Class TPictureCollection (unit DXDraws)

Inherits from

THashCollection

TPictureCollection

Constructors


constructor Create(AOwner: TPersistent);

TPictureCollection


Functions

destructor Destroy;


procedure Finalize;


function Find(const Name: string): TPictureCollectionItem;


procedure Initialize(DXDraw: TCustomDXDraw);


procedure LoadFromFile(const FileName: string);


procedure LoadFromStream(Stream: TStream);


procedure MakeColorTable;


procedure Restore;


procedure SaveToFile(const FileName: string);


procedure SaveToStream(Stream: TStream);


procedure DefineProperties(Filer: TFiler);

The system color is included.

function GetOwner: TPersistent;


function GetItem(Index: Integer): TPictureCollectionItem;


function Initialized: Boolean;


procedure ReadColorTable(Stream: TStream);


procedure WriteColorTable(Stream: TStream);


Properties

property DXDraw : TCustomDXDraw


property Items : TPictureCollectionItem


Events

Variables

ColorTable : TRGBQuads;


FDXDraw : TCustomDXDraw;


FOwner : TPersistent;



Constructors


constructor Create(AOwner: TPersistent);

TPictureCollection


Functions


destructor Destroy;


procedure Finalize;


function Find(const Name: string): TPictureCollectionItem;


procedure Initialize(DXDraw: TCustomDXDraw);


procedure LoadFromFile(const FileName: string);


procedure LoadFromStream(Stream: TStream);


procedure MakeColorTable;


procedure Restore;


procedure SaveToFile(const FileName: string);


procedure SaveToStream(Stream: TStream);


procedure DefineProperties(Filer: TFiler);

The system color is included.


function GetOwner: TPersistent;


function GetItem(Index: Integer): TPictureCollectionItem;


function Initialized: Boolean;


procedure ReadColorTable(Stream: TStream);


procedure WriteColorTable(Stream: TStream);


Properties


property DXDraw : TCustomDXDraw


property Items : TPictureCollectionItem


Events


Variables


ColorTable : TRGBQuads;


FDXDraw : TCustomDXDraw;


FOwner : TPersistent;