JVCL Help:TJvOutlookBarButton.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 buttons text.


Pascal

 procedureEditCaption;


Description

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


See Also

TJvOutlookBar.OnEditButton


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