JVCL Help:TJvLookOutEditedEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLookOutEditedEvent type
[+] JvLookOut.pas Types
Search in JVCL Help
Search in all projectsSummary
Event that occurs when a user has changed the caption of a page or a button in a TJvLookOut at runtime.
Pascal
run\JvLookOut.pas
TJvLookOutEditedEvent = procedure (Sender: TObject; var Caption: string) ofobject;
Parameters
Parameters | Description |
Sender | The object that called the event. |
Caption | The new caption for the object. Change the value of Caption to discard or modify the value entered by the user. |
Description
TJvLookOutEditedEvent is the event type of the OnEdited event for TJvCustomLookOutButton and TJvOutlookPage.
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