[Overview][Types][Classes][Procedures and functions][Index] |
Truncate a string to piWidth length and add '...'
Source position: tiUtils.pas line 93
function tiAddEllipsis( |
const AString: string; |
AWidth: Integer = 20 |
):string; |
Truncate a string to piWidth length and add '...'.