Class TCustomLocationObservation

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomLocationObservation = class abstract(TOrderedItem)

Description

no description available, TOrderedItem description follows

TOrderedItem is designed to allow TOrderedCollection to identify changed and new items during TOrderedCollection.Assign.

Hierarchy

Overview

Fields

Private FTime: double;
Private FComment: string;

Methods

Private procedure SetTime(const Value: double);
Private procedure SetComment(const Value: string);
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
Published procedure Assign(Source: TPersistent); override;

Properties

Published property Time: double read FTime write SetTime;
Published property Comment: string read FComment write SetComment;

Description

Fields

Private FTime: double;
 
Private FComment: string;
 

Methods

Private procedure SetTime(const Value: double);
 
Private procedure SetComment(const Value: string);
 
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
 
Published procedure Assign(Source: TPersistent); override;

Assign copies Source to this TCustomLocationObservation.

Properties

Published property Time: double read FTime write SetTime;

Time indicates the time of this observation.

Published property Comment: string read FComment write SetComment;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:46