JVCL Help:TJvFullColorDialogOption

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enum type of TJvFullColorDialogOptions.

run\JvFullColorDialogs.pas


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.

run\JvFullColorDialogs.pas


Description

Enum type of TJvFullColorDialogOptions.

run\JvFullColorDialogs.pas


About

Navigation

no pages or subcategories

run\JvFullColorDialogs.pas



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