SaveFile

 

The SaveFile method saves the color spectrum file [.CLR].

 

Syntax

object.SaveFile( FileName, AutoSave )

 

Parameter

Type

Description

FileName

String

required; file name

AutoSave

Boolean

required; true to automatically save the file, false to display the Save dialog

 

Example

This example demonstrates how to save a color spectrum file.

 

ColorSpectrum.SaveFile(FileName:= mvApp.ApplicationFolder+"\ Samples\Personal.clr")

 

Used by: ColorSpectrum object