JVCL Help:TJvOutlookBarPage.EditCaption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Activates runtime editing of the page button's text.


Pascal

 procedureEditCaption;


Description

Call EditCaption if you want to allow the user to change the page button's text at runtime. EditCaption activates an in-place editor that the user can type into. When the user presses Enter, the text on the page button is updated with the new value. If the user presses Escape or clicks outside the page button, the text is not changed. To be notified when the user has finished editing the caption, assign an event handler to the OnEditPage event.


See Also

TJvCustomOutlookBar.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