JVCL Help:TJvMRUManager.StartEllipsis
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMRUManager.StartEllipsis Property
[+] TJvMRUManager Events
[+] TJvMRUManager Methods
[+] TJvMRUManager Properties
Search in JVCL Help
Search in all projectsSummary
Specifies how to shorten a path when it is too long.
Pascal
propertyStartEllipsis: Boolean;
Description
Use StartEllipsis to specify where any ellipsis characters should appear in a path string that needs shortening.
If StartEllipsis is true, the path is cut at the start, leaving the trailing part alone. If it is false, the path is cut approximately in the middle.
Note that if MaxLength is 0, no cutting of the path is performed and StartEllipsis has no relevance.
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