Class TGPSTrack
Unit
xomGPS
Declaration
type TGPSTrack = class(TXOMObject)
Description
TGPSTrack
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure ShiftTimes (ADelta: TDateTime); virtual; |
|
|
Properties
 |
property TrackName: WideString read FTrackName write FTrackName; |
|
|
 |
property TrackType: TGPSTrackType read FTrackType write FTrackType; |
|
|
 |
property Description: WideString read FDescription write FDescription; |
|
|
 |
property StartTime : TDateTime read GetStartTime stored False; |
|
|
 |
property FinishTime : TDateTime read GetFinishTime stored False; |
|
|
Generated by PasDoc 0.15.0.
|