How to trim an output string.
Source position: maskutils.pp line 47
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. |