|
@@ -440,7 +440,11 @@
|
|
constructor Create;
|
|
constructor Create;
|
|
end;
|
|
end;
|
|
{$POP}
|
|
{$POP}
|
|
-
|
|
|
|
|
|
+ WeakAttribute = class(TCustomAttribute);
|
|
|
|
+ UnsafeAttribute = class(TCustomAttribute);
|
|
|
|
+ RefAttribute = class(TCustomAttribute);
|
|
|
|
+ VolatileAttribute = class(TCustomAttribute);
|
|
|
|
+
|
|
Const
|
|
Const
|
|
ExceptProc : TExceptProc = Nil;
|
|
ExceptProc : TExceptProc = Nil;
|
|
RaiseProc : TExceptProc = Nil;
|
|
RaiseProc : TExceptProc = Nil;
|