JVCL Help:TJvTextEllipsis

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates methods to replace text by an ellipsis.

run\JvLabel.pas


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.

run\JvLabel.pas


Description

The TJvTextEllipsis type is used to indicate how text is replaced by an ellipsis.

run\JvLabel.pas


See Also

TJvCustomLabel.TextEllipsis

run\JvLabel.pas


About

Navigation

no pages or subcategories

run\JvLabel.pas



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