mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 23:19:28 +02:00
TMaskEdit: properly initialize ValidationErrorMode.
git-svn-id: trunk@64774 -
This commit is contained in:
parent
92ed0fa61f
commit
7c5af88d6b
@ -517,6 +517,7 @@ begin
|
||||
FInitialMask := '';
|
||||
FValidationFailed := False;
|
||||
FMaskIsPushed := False;
|
||||
FValidationErrorMode := mvemException;
|
||||
end;
|
||||
|
||||
procedure TCustomMaskEdit.ClearInternalMask(out AMask: TInternalMask; out ALengthIndicator: Integer);
|
||||
|
Loading…
Reference in New Issue
Block a user