mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 16:55:55 +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 := '';
|
FInitialMask := '';
|
||||||
FValidationFailed := False;
|
FValidationFailed := False;
|
||||||
FMaskIsPushed := False;
|
FMaskIsPushed := False;
|
||||||
|
FValidationErrorMode := mvemException;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCustomMaskEdit.ClearInternalMask(out AMask: TInternalMask; out ALengthIndicator: Integer);
|
procedure TCustomMaskEdit.ClearInternalMask(out AMask: TInternalMask; out ALengthIndicator: Integer);
|
||||||
|
Loading…
Reference in New Issue
Block a user