Class TCatalogStateObject

Unit

Declaration

type TCatalogStateObject = class(TBaseCatalogObject)

Description

TCatalogStateObject

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure RebuildGUID;

Properties

Public property PhotoCount: Integer read FPhotoCount write FPhotoCount;
Public property InvertedState: TCatalogState read GetInvertedState;
Public property IsInAspectRatioGroup: Boolean read GetInAspectRatioGroup;
Public property IsInAppearanceGroup: Boolean read GetInAppearanceGroup;
Public property IsInBookmarkGroup: Boolean read GetInBookmarkGroup;
Published property State: TCatalogState read FState write FState;
Published property CustomCaption: WideString read FCustomCaption write FCustomCaption;
Published property Caption: WideString read GetCaption stored False;
Published property Hierarchical: Boolean read FHierarchical write FHierarchical;
Published property SQL: WideString read FSQL write FSQL;
Published property Inverted: Boolean read FInverted write FInverted;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure RebuildGUID;
 

Properties

Public property PhotoCount: Integer read FPhotoCount write FPhotoCount;
 
Public property InvertedState: TCatalogState read GetInvertedState;
 
Public property IsInAspectRatioGroup: Boolean read GetInAspectRatioGroup;
 
Public property IsInAppearanceGroup: Boolean read GetInAppearanceGroup;
 
Public property IsInBookmarkGroup: Boolean read GetInBookmarkGroup;
 
Published property State: TCatalogState read FState write FState;
 
Published property CustomCaption: WideString read FCustomCaption write FCustomCaption;
 
Published property Caption: WideString read GetCaption stored False;
 
Published property Hierarchical: Boolean read FHierarchical write FHierarchical;
 
Published property SQL: WideString read FSQL write FSQL;
 
Published property Inverted: Boolean read FInverted write FInverted;
 

Generated by PasDoc 0.15.0.