|
@@ -481,9 +481,10 @@ type
|
|
property DeclaringUnitName: string read GetDeclaringUnitName;
|
|
property DeclaringUnitName: string read GetDeclaringUnitName;
|
|
end;
|
|
end;
|
|
|
|
|
|
- EInsufficientRtti = class(Exception);
|
|
|
|
- EInvocationError = class(Exception);
|
|
|
|
- ENonPublicType = class(Exception);
|
|
|
|
|
|
+ ERtti = class(Exception);
|
|
|
|
+ EInsufficientRtti = class(ERtti);
|
|
|
|
+ EInvocationError = class(ERtti);
|
|
|
|
+ ENonPublicType = class(ERtti);
|
|
|
|
|
|
TFunctionCallParameter = record
|
|
TFunctionCallParameter = record
|
|
ValueRef: Pointer;
|
|
ValueRef: Pointer;
|