Class TBookmarkerObject
Unit
idCatalogDOM
Declaration
type TBookmarkerObject = class(TBaseCatalogObject)
Description
TBookmarkerObject
Hierarchy
Overview
Methods
Properties
 |
property PhotoCount: Integer read FPhotoCount write FPhotoCount; |
 |
property Marker: TBookmarker read FMarker write FMarker; |
 |
property Caption: WideString read FCaption write FCaption; |
 |
property FillColor: AnsiString read GetFillColor stored false; |
 |
property StrokeColor: AnsiString read GetStrokeColor stored false; |
 |
property Hierarchical: Boolean read FHierarchical write FHierarchical; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure RebuildGUID; virtual; |
|
|
Properties
 |
property PhotoCount: Integer read FPhotoCount write FPhotoCount; |
|
|
 |
property Marker: TBookmarker read FMarker write FMarker; |
|
|
 |
property Caption: WideString read FCaption write FCaption; |
|
|
 |
property FillColor: AnsiString read GetFillColor stored false; |
|
|
 |
property StrokeColor: AnsiString read GetStrokeColor stored false; |
|
|
 |
property Hierarchical: Boolean read FHierarchical write FHierarchical; |
|
|
Generated by PasDoc 0.15.0.
|