Class TRatingObject
Unit
idCatalogDOM
Declaration
type TRatingObject = class(TBaseCatalogObject)
Description
TRatingObject
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure RebuildGUID; virtual; |
|
|
Properties
 |
property Tag: Integer read FTag write FTag; |
|
|
 |
property Value : Integer read FValue write SetValue; |
|
|
 |
property Caption: WideString read FCaption write FCaption; |
|
|
 |
property PhotoCount: Integer read FPhotoCount write FPhotoCount; |
|
|
Generated by PasDoc 0.15.0.
|