JVCL Help:TOutlookBarEditCaption

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

Search in JVCL Help

 
Search in all projects
 

Summary

The type for event handlers dealing with runtime editing of captions on outlook bar pages and buttons.

run\JvOutlookBar.pas


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.

run\JvOutlookBar.pas


Description

Use TOutlookBarEditCaption to respond when the user has changed the caption of a button or page.

run\JvOutlookBar.pas


See Also

TJvOutlookBar.OnEditButton, TJvOutlookBar.OnEditPage

run\JvOutlookBar.pas


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