Class TImageCollections
Unit
idCore
Declaration
type TImageCollections = class(TIDIClass)
Description
TImageCollections
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BuildNewGUIDs; |
|
|
 |
function CountFilled (const AExcludedGUID: String = ''): Integer; virtual; |
|
|
 |
function CountRelevant: Integer; virtual; |
|
|
 |
function HasUpFolder: Boolean; |
|
|
 |
function UniqueCollectionName (ACollection: TImageCollection; DefaultName: WideString = 'Coll'): WideString; |
|
|
Properties
 |
property Tag: PtrInt read FTag write FTag; |
|
|
 |
property ParentCollection: TImageCollection read FParentCollection write FParentCollection; |
|
never make this published!!
|
 |
property GalleryName: WideString read FGalleryName write FGalleryName; |
|
|
Generated by PasDoc 0.15.0.
|