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