How to trim an output string
Source position: maskutils.pp line 40
type TMaskeditTrimType = ( |
||
metTrimLeft, |
|
Trimm on the left (start) of the string |
metTrimRight |
|
Trim on the right (end) of the string |
); |
TMaskeditTrimType is used when calculating output strings. It is an internal type for the TMAskUtils class.
|
Class to manipulate and work with edit masks |