JVCL Help:TJvPalette.Save
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPalette.Save Method
Search in JVCL Help
Search in all projectsSummary
Saves the current palette in a file.
Pascal
functionSave(FileName: string): Boolean;
Parameters
Parameters | Description |
FileName: string | The name of the file to create. |
Return Value
True if the file was created, false otherwise.
Description
Tries to save the current palette into a file that could be loaded later with Load. The usual extension for such files is .pal.
See Also
TJvPalette.AutoCreate, TJvPalette.Load, TJvPalette.ManuallyCreate, TJvPalette.PasteFromClipboard
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page