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

TMaskString

Declaration

Source position: masks.pas line 44

type TMaskString = record

  MinLength: Integer;

  

  MaxLength: Integer;

  

  Chars: array of TMaskChar;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.