Class TCatalogItems
Unit
idCatalog
Declaration
type TCatalogItems = class(TCleanCatalogItems)
Description
TCatalogItems
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
function CountRating (const ARating: Integer): Integer; |
|
|
 |
function CountLabel (const ALabel: WideString): Integer; |
|
|
 |
function GuidList: String; |
|
|
 |
function CountVersions (const ASetting: Boolean = True): Integer; |
|
|
 |
procedure PushToItems (AItems: TImageItems; const AWithThumbs: Boolean = True); |
|
the procedures below will work over the templist
|
 |
procedure PushToCollection (ACollection: TImageCollection; const AWithThumbs: Boolean = True); |
|
|
 |
function FindFileNameQuick(const AFileName: WideString): TCatalogItem; |
|
|
 |
function FindFileName(const AFileName: WideString; const AMediumType: TMediumType; const AMediumName: WideString; const AMediumSerial: Integer): TCatalogItem; |
|
|
 |
function HasMainVersions: Boolean; |
|
|
 |
function HasVersions: Boolean; |
|
|
Properties
 |
property Items[Index:Integer]: TCatalogItem read GetItem write SetItem; |
|
|
 |
property LastSortOrder: TSortType read FLastSortOrder write FLastSortOrder; |
|
|
Generated by PasDoc 0.15.0.
|