[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'MaskEdit' (#lcl)

TIntMaskRec

Represents the type and literal used for a character in an edit mask.

Declaration

Source position: maskedit.pp line 140

type TIntMaskRec = record

  MaskType: tMaskedType;

  

Identifies the type for the mask character.

  Literal: TUTF8Char;

  

Contains the literal displayed for the mask character.

  CharSet: TSysCharSet;

end;

Description

TIntMaskRec is a record type with members that represent the types and literal used for a character in TCustomMaskEdit. TIntMaskRec instances are stored in the TInternalMask array type, and used in the implementation of the TCustomMaskEdit control.

See also

TCustomMaskEdit.EditMask

  

Contains the mask characters classes and literals used to format/obscure the value for the control.

TCustomMaskEdit.IsMasked

  

True if a non-empty value has been assigned to EditMask.

TCustomMaskEdit.DisableMask

  

Saves and disables the edit mask in the control.

TCustomMaskEdit.RestoreMask

  

Restores the saved edit mask in the control.


Version 3.2 Generated 2024-02-25 Home