Class TLabelObject
Unit
idCatalogDOM
Declaration
type TLabelObject = class(TBaseCatalogObject)
Description
TLabelObject
Hierarchy
Overview
Methods
 |
constructor Create(const AValue, ACaption: WideString); reintroduce; virtual; |
Properties
 |
property Value : WideString read FValue write FValue; |
 |
property Caption: WideString read FCaption write FCaption; |
 |
property PhotoCount: Integer read FPhotoCount write FPhotoCount; |
Description
Methods
 |
constructor Create(const AValue, ACaption: WideString); reintroduce; virtual; |
|
|
Properties
 |
property Value : WideString read FValue write FValue; |
|
|
 |
property Caption: WideString read FCaption write FCaption; |
|
|
 |
property PhotoCount: Integer read FPhotoCount write FPhotoCount; |
|
|
Generated by PasDoc 0.15.0.
|