|
@@ -341,6 +341,7 @@ function GetEnvironmentString(Index: Integer): String;
|
|
procedure ShowException(ExceptObject: TObject; ExceptAddr: Pointer = Nil);
|
|
procedure ShowException(ExceptObject: TObject; ExceptAddr: Pointer = Nil);
|
|
Procedure Abort;
|
|
Procedure Abort;
|
|
|
|
|
|
|
|
+
|
|
{*****************************************************************************
|
|
{*****************************************************************************
|
|
Events
|
|
Events
|
|
*****************************************************************************}
|
|
*****************************************************************************}
|
|
@@ -7894,6 +7895,5 @@ begin
|
|
Result:=BoolToStr(Self,UseBoolStrs=TUseBoolStrs.True);
|
|
Result:=BoolToStr(Self,UseBoolStrs=TUseBoolStrs.True);
|
|
end;
|
|
end;
|
|
|
|
|
|
-
|
|
|
|
end.
|
|
end.
|
|
|
|
|