JVCL Help:TJvTextEllipsis
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTextEllipsis type
Search in JVCL Help
Search in all projectsSummary
Enumerates methods to replace text by an ellipsis.
Pascal
run\JvLabel.pas
TJvTextEllipsis = (
teNone,
teWordEllipsis,
tePathEllipsis,
teEndEllipsis
);
Members
Members | Description |
teNone | Text is not replaced by ellipses. |
teWordEllipsis | Truncates any word that does not fit in the rectangle and adds ellipses. |
tePathEllipsis | Replaces characters in the middle of the string with ellipses so that the result fits in the specified rectangle. |
teEndEllipsis | If a word that is not at the end of the string goes beyond the limits of the rectangle, it is truncated without ellipses. |
Description
The TJvTextEllipsis type is used to indicate how text is replaced by an ellipsis.
See Also
About
no pages or subcategories
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