JVCL Help:TJvImgBtn.WordWrap
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImgBtn.WordWrap Property
Search in JVCL Help
Search in all projectsSummary
Specifies whether the text wraps when it is too long for the width of the button.
Pascal
propertyWordWrap: Boolean;
Description
Set WordWrap to True to allow the button to display multiple line of text. When WordWrap is True, text that is too wide for the control wraps at the right margin and continues in additional lines. Set WordWrap to False to limit the text to a single line. When WordWrap is False, text that is too wide for the button appears truncated.
About
Notes
To control where lines are word wrapped, you can include '|' in the Caption. These are replaced at run-time with CRLF's to break the text.
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