Source position: fpmasks.pp line 45
type TMaskString = record
MinLength: Integer;
MaxLength: Integer;
Chars: array of TMaskChar;
end;