Source position: masks.pas line 43
type TMaskString = record
MinLength: Integer;
MaxLength: Integer;
Chars: array of TMaskChar;
end;