Class TStackMarkerObject
Unit
idCatalogDOM
Declaration
type TStackMarkerObject = class(TBaseCatalogObject)
Description
TStackMarkerObject
Hierarchy
Overview
Methods
Properties
 |
property PhotoCount: Integer read FPhotoCount write FPhotoCount; |
 |
property Marker: TStackMarker 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 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.
|