JVCL Help:TOutlookBarEditCaption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TOutlookBarEditCaption type
[+] JvOutlookBar.pas Types
Search in JVCL Help
Search in all projectsSummary
The type for event handlers dealing with runtime editing of captions on outlook bar pages and buttons.
Pascal
run\JvOutlookBar.pas
TOutlookBarEditCaption = procedure (Sender: TObject; var NewText: string; Index: Integer; var Allow: Boolean) ofobject;
Parameters
Parameters | Description |
Sender | The class that triggered the event. |
NewText | The text the user typed. This can be changed in the event handler. |
Index | The index of the page or button that has been edited. |
Allow | Set to false to cancel the changes, set to true to accept the new text. |
Description
Use TOutlookBarEditCaption to respond when the user has changed the caption of a button or page.
See Also
TJvOutlookBar.OnEditButton, TJvOutlookBar.OnEditPage
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