Description | Hierarchy | Fields | Methods | Properties |
type TParameterTimeList = class(TObject)
![]() |
FList: TList; |
![]() |
FSorted: boolean; |
![]() |
function GetCount: integer; |
![]() |
function GetItems(Index: integer): TParameterTime; |
![]() |
procedure SetItems(Index: integer; const Value: TParameterTime); |
![]() |
procedure SetSorted(const Value: boolean); |
![]() |
procedure Add(Item: TParameterTime); |
![]() |
constructor Create; |
![]() |
procedure Delete(Index: integer); |
![]() |
Destructor Destroy; override; |
![]() |
procedure Sort; |
![]() |
function IndexOfTime(const StartTime, EndTime: double): integer; |
![]() |
property Count: integer read GetCount; |
![]() |
property Items[Index:integer]: TParameterTime read GetItems write SetItems; |
![]() |
property Sorted: boolean read FSorted write SetSorted; |
![]() |
FList: TList; |
![]() |
FSorted: boolean; |
![]() |
function GetCount: integer; |
![]() |
function GetItems(Index: integer): TParameterTime; |
![]() |
procedure SetItems(Index: integer; const Value: TParameterTime); |
![]() |
procedure SetSorted(const Value: boolean); |
![]() |
procedure Add(Item: TParameterTime); |
![]() |
constructor Create; |
![]() |
procedure Delete(Index: integer); |
![]() |
Destructor Destroy; override; |
![]() |
procedure Sort; |
![]() |
function IndexOfTime(const StartTime, EndTime: double): integer; |
![]() |
property Count: integer read GetCount; |
![]() |
property Items[Index:integer]: TParameterTime read GetItems write SetItems; |
![]() |
property Sorted: boolean read FSorted write SetSorted; |