Class TCustomLocationObservation
Unit
ModflowHobUnit
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
Methods
Properties
Description
Fields
 |
FTime: double; |
|
 |
FComment: string; |
|
Methods
 |
procedure SetTime(const Value: double); |
|
 |
procedure SetComment(const Value: string); |
|
 |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
|
 |
procedure Assign(Source: TPersistent); override; |
Assign copies Source to this TCustomLocationObservation .
|
Properties
 |
property Time: double read FTime write SetTime; |
Time indicates the time of this observation.
|
Generated by PasDoc 0.12.1 on 2013-05-13 15:41:46