Unit 'Img32.Storage' Package
[Overview][Types][Classes][Index] [#pl_image32]

TStorage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: Img32.Storage.pas line 29

type TStorage = class(TInterfacedObj)

protected

  procedure SetName(); virtual;

  

  function GetChild();

  

  procedure SetParent(); virtual;

  

  procedure ReindexChilds();

  

  procedure CheckChildIndex(); virtual;

  

  function RemoveChildFromList(); virtual;

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Free;

  

  procedure ClearChildren; virtual;

  

  function AddChild(); virtual;

  

  function InsertChild(); virtual;

  

  procedure DeleteChild();

  

  function IsOwnedBy();

  

  property Child []: TStorage; [r]

  

  property Childs: TList; [r]

  

  property ChildCount: Integer; [r]

  

  property HasChildren: Boolean; [r]

  

  property Index: Integer; [r]

  

  property LoadId: Integer; [r]

  

  property Name: string; [rw]

  

  property Parent: TStorage; [rw]

  

  property StorageState: TStorageState; [r]

  

end;

Inheritance

TStorage

  

|

TInterfacedObj

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio