JVCL Help:TJvFullColorDialog.Execute

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

Search in JVCL Help

 
Search in all projects
 

Summary

Execute the dialog box.


Pascal

 functionExecute: Boolean;


Return Value

Return True if the dialog box was closed with the "OK" button.


Description

This function show the dialog box using a ShowModal call. To customize the appearance of the dialog, the event OnShow, OnApply and OnCloseQuery are triggered during this function. When the dialog box is shown, the color (and the color space) is initialized by the FullColor property and is configured by the Options property. When the dialog box is closed, the FullColor property is the latest color selected by the user.


See Also

TJvFullColorDialog.OnApply, TJvFullColorDialog.OnCloseQuery, TJvFullColorDialog.OnShow, TJvFullColorDialog.Options, TJvFullColorDialog.FullColor


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