Class TStackMarkerObject

Unit

Declaration

type TStackMarkerObject = class(TBaseCatalogObject)

Description

TStackMarkerObject

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure RebuildGUID; virtual;

Properties

Public property PhotoCount: Integer read FPhotoCount write FPhotoCount;
Published property Marker: TStackMarker read FMarker write FMarker;
Published property Caption: WideString read FCaption write FCaption;
Published property FillColor: AnsiString read GetFillColor stored false;
Published property StrokeColor: AnsiString read GetStrokeColor stored false;
Published property Hierarchical: Boolean read FHierarchical write FHierarchical;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure RebuildGUID; virtual;
 

Properties

Public property PhotoCount: Integer read FPhotoCount write FPhotoCount;
 
Published property Marker: TStackMarker read FMarker write FMarker;
 
Published property Caption: WideString read FCaption write FCaption;
 
Published property FillColor: AnsiString read GetFillColor stored false;
 
Published property StrokeColor: AnsiString read GetStrokeColor stored false;
 
Published property Hierarchical: Boolean read FHierarchical write FHierarchical;
 

Generated by PasDoc 0.15.0.