Unit 'MaskUtils' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TMaskeditTrimType

How to trim an output string.

Declaration

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.

);

Description

TMaskeditTrimType is used when calculating output strings. It is an internal type for the TMAskUtils class.

metTrimLeft
Trimm on the left (start) of the string.
metTrimRight
Trim on the right (end) of the string.

See also

TMaskUtils

  

Class to manipulate and work with edit masks.


Documentation generated on: Jul 24 2023