|
@@ -1582,7 +1582,7 @@ type
|
|
private
|
|
private
|
|
FOwner: TComponent;
|
|
FOwner: TComponent;
|
|
FName: TComponentName;
|
|
FName: TComponentName;
|
|
- FTag: Longint;
|
|
|
|
|
|
+ FTag: Ptrint;
|
|
FComponents: TFpList;
|
|
FComponents: TFpList;
|
|
FFreeNotifies: TFpList;
|
|
FFreeNotifies: TFpList;
|
|
FDesignInfo: Longint;
|
|
FDesignInfo: Longint;
|
|
@@ -1681,7 +1681,7 @@ type
|
|
property VCLComObject: Pointer read FVCLComObject write FVCLComObject;
|
|
property VCLComObject: Pointer read FVCLComObject write FVCLComObject;
|
|
published
|
|
published
|
|
property Name: TComponentName read FName write SetName stored False;
|
|
property Name: TComponentName read FName write SetName stored False;
|
|
- property Tag: Longint read FTag write FTag default 0;
|
|
|
|
|
|
+ property Tag: PtrInt read FTag write FTag default 0;
|
|
end;
|
|
end;
|
|
|
|
|
|
{ TBasicActionLink }
|
|
{ TBasicActionLink }
|