|
@@ -469,7 +469,7 @@ type
|
|
TCollection = class(TPersistent)
|
|
TCollection = class(TPersistent)
|
|
private
|
|
private
|
|
FItemClass: TCollectionItemClass;
|
|
FItemClass: TCollectionItemClass;
|
|
- FItems: TList;
|
|
|
|
|
|
+ FItems: TFpList;
|
|
FUpdateCount: Integer;
|
|
FUpdateCount: Integer;
|
|
FNextID: Integer;
|
|
FNextID: Integer;
|
|
FPropName: string;
|
|
FPropName: string;
|
|
@@ -1131,7 +1131,7 @@ type
|
|
FOwner: TComponent;
|
|
FOwner: TComponent;
|
|
FParent: TComponent;
|
|
FParent: TComponent;
|
|
FFixups: TObject;
|
|
FFixups: TObject;
|
|
- FLoaded: TList;
|
|
|
|
|
|
+ FLoaded: TFpList;
|
|
FOnFindMethod: TFindMethodEvent;
|
|
FOnFindMethod: TFindMethodEvent;
|
|
FOnSetMethodProperty: TSetMethodPropertyEvent;
|
|
FOnSetMethodProperty: TSetMethodPropertyEvent;
|
|
FOnSetName: TSetNameEvent;
|
|
FOnSetName: TSetNameEvent;
|
|
@@ -1575,8 +1575,8 @@ type
|
|
FOwner: TComponent;
|
|
FOwner: TComponent;
|
|
FName: TComponentName;
|
|
FName: TComponentName;
|
|
FTag: Longint;
|
|
FTag: Longint;
|
|
- FComponents: TList;
|
|
|
|
- FFreeNotifies: TList;
|
|
|
|
|
|
+ FComponents: TFpList;
|
|
|
|
+ FFreeNotifies: TFpList;
|
|
FDesignInfo: Longint;
|
|
FDesignInfo: Longint;
|
|
FVCLComObject: Pointer;
|
|
FVCLComObject: Pointer;
|
|
FComponentState: TComponentState;
|
|
FComponentState: TComponentState;
|
|
@@ -1708,7 +1708,7 @@ type
|
|
FOnExecute: TNotifyEvent;
|
|
FOnExecute: TNotifyEvent;
|
|
FOnUpdate: TNotifyEvent;
|
|
FOnUpdate: TNotifyEvent;
|
|
protected
|
|
protected
|
|
- FClients: TList;
|
|
|
|
|
|
+ FClients: TFpList;
|
|
procedure Change; virtual;
|
|
procedure Change; virtual;
|
|
procedure SetOnExecute(Value: TNotifyEvent); virtual;
|
|
procedure SetOnExecute(Value: TNotifyEvent); virtual;
|
|
property OnChange: TNotifyEvent read FOnChange write FOnChange;
|
|
property OnChange: TNotifyEvent read FOnChange write FOnChange;
|