Class TCatalogStateObject
Unit
idCatalog
Declaration
type TCatalogStateObject = class(TBaseCatalogObject)
Description
TCatalogStateObject
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure RebuildGUID; |
|
|
Properties
 |
property PhotoCount: Integer read FPhotoCount write FPhotoCount; |
|
|
 |
property IsInAspectRatioGroup: Boolean read GetInAspectRatioGroup; |
|
|
 |
property IsInAppearanceGroup: Boolean read GetInAppearanceGroup; |
|
|
 |
property IsInBookmarkGroup: Boolean read GetInBookmarkGroup; |
|
|
 |
property CustomCaption: WideString read FCustomCaption write FCustomCaption; |
|
|
 |
property Caption: WideString read GetCaption stored False; |
|
|
 |
property Hierarchical: Boolean read FHierarchical write FHierarchical; |
|
|
 |
property SQL: WideString read FSQL write FSQL; |
|
|
 |
property Inverted: Boolean read FInverted write FInverted; |
|
|
Generated by PasDoc 0.15.0.
|