瀏覽代碼

* Tag is now PtrInt, for upcoming Delphi 64-bit compatibility

git-svn-id: trunk@16408 -
michael 14 年之前
父節點
當前提交
c4cc9b59e0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rtl/objpas/classes/classesh.inc

+ 2 - 2
rtl/objpas/classes/classesh.inc

@@ -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 }