lazutils: TMask.InitMaskString: use CaseSensitive

git-svn-id: trunk@42274 -
This commit is contained in:
mattias 2013-08-03 11:41:21 +00:00
parent 4e125000da
commit de4ccacf56

View File

@ -271,6 +271,7 @@ var
end;
begin
fCaseSensitive:=CaseSensitive;
SetLength(FMask.Chars, 0);
FMask.MinLength := 0;
FMask.MaxLength := 0;