* Patch from Henrique Werlang to remove duplicate identifiers

This commit is contained in:
michael 2020-08-10 14:05:47 +00:00
parent d395512a12
commit 767287d442

View File

@ -694,9 +694,6 @@ Type
end;
TCompareOption = system.TCompareOption;
TCompareOptions = system.TCompareOptions;
{$SCOPEDENUMS ON}
TStringSplitOptions = (None, ExcludeEmpty);
{$SCOPEDENUMS OFF}
@ -4048,7 +4045,7 @@ begin
end;
function TryStrToDate(const S: String; out Value: TDateTime;
const useformat : string; separator : char = #0): Boolean;
const useformat : string; separator : char): Boolean;
Var
Msg : String;