JVCL Help:TJvFullColorDialogOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFullColorDialogOption type
Search in JVCL Help
Search in all projectsSummary
Enum type of TJvFullColorDialogOptions.
Pascal
run\JvFullColorDialogs.pas
TJvFullColorDialogOption = (
foFullOpen,
foPreventExpand,
foShowHelp,
foAllowSpaceChange,
foConvertToOriginalSpace,
foShowNewPreview,
foShowOldPreview,
foShowPredefined,
foAllowVariable,
foNoneAndDefault,
foShowApply
);
TJvFullColorDialogOptions = setof TJvFullColorDialogOption;
Members
Members | Description |
foFullOpen | The dialog box is initially expanded (the color panels are visible). |
foPreventExpand | Disable the expand button. |
foShowHelp | Show the Help button. |
foAllowSpaceChange | Allow the user to change the color space. |
foConvertToOriginalSpace | When the dialog box is closed, the color is converted back to the original color space. |
foShowNewPreview | Show the preview of the new color. |
foShowOldPreview | Show the preview of the old color. |
foShowPredefined | Show the predefined combo box. |
foAllowVariable | Allow color space like predefined colors. |
foNoneAndDefault | Allow the usage of clNone and clDefault in the predefined color space (only if foAllowVariable is included). |
foShowApply | Show the apply button. |
Description
Enum type of TJvFullColorDialogOptions.
About
no pages or subcategories
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