JVCL Help:TJvFullColorDialog.OnApply

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event sent when the user clicks on the "Apply" button.


Pascal

 TJvFullColorEvent = procedure (Sender: TObject; AFullColor: TJvFullColor) ofobject;
propertyOnApply: TJvFullColorEvent;


Parameters

Parameters Description
AFullColor Color currently selected in the dialog box.
Sender Identifier of the TObject that sent the event. This is a TJvFullColorCircleDialog instance.


Description

This event is triggered when the user clicks on the "Apply" button of the dialog box. This event is valid only during the execution of the Execute function and if coShowApply is included in the Options property.


See Also

TJvFullColorDialog.Execute, TJvFullColorDialogOption.foShowApply, TJvFullColorDialog.Options


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