Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a color set from the current color settings.
CREATE COLOR SET ColorSetName
Parameters
- ColorSetName
Specifies the name of the color set to create.
Remarks
Every color pair in every color scheme is saved in the color set you create. A color set name can be up to 24 characters long in Visual FoxPro, (10 characters in earlier FoxPro versions) and can contain numbers and underscores, but it cannot begin with a number.
Once you have created a color set, you can load it with SET COLOR SET.
Color sets are saved in the Visual FoxPro resource file. If a color set exists with the same name you specify, it is overwritten.
See Also
SET COLOR OF SCHEME Command | SET COLOR SET Command | SET COLOR TO Command