JVCL Help:TJvFullColorCircleDialog.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

 TJvColorCircleEvent = procedure (Sender: TObject) ofobject;
propertyOnApply: TJvColorCircleEvent;


Parameters

Parameters Description
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

TJvFullColorCircleDialog.Options, TJvFullColorCircleDialog.Execute


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