Description | Hierarchy | Fields | Methods | Properties |
type TTimeListGroup = class(TObject)
TTimeListGroup
is used to group together a series of related TPhastTimeLists.
![]() |
FList: TList; |
![]() |
FName: string; |
![]() |
function GetItems(const Index: integer): TPhastTimeList; |
![]() |
procedure SetItems(const Index: integer; const Value: TPhastTimeList); |
![]() |
procedure SetName(const Value: string); |
![]() |
function Add(const TimeList: TPhastTimeList): integer; |
![]() |
function Count: integer; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function IndexOf(const TimeList: TPhastTimeList): integer; |
![]() |
property Items[constIndex:integer]: TPhastTimeList read GetItems
write SetItems; |
![]() |
property Name: string read FName write SetName; |
![]() |
FList: TList; |
|
![]() |
FName: string; |
|
![]() |
function GetItems(const Index: integer): TPhastTimeList; |
See Items. |
![]() |
procedure SetItems(const Index: integer; const Value: TPhastTimeList); |
See Items. |
![]() |
procedure SetName(const Value: string); |
See Name. |
![]() |
function Add(const TimeList: TPhastTimeList): integer; |
Returns
|
![]() |
function Count: integer; |
|
![]() |
constructor Create; |
|
![]() |
destructor Destroy; override; |
|
![]() |
function IndexOf(const TimeList: TPhastTimeList): integer; |
|
![]() |
property Items[constIndex:integer]: TPhastTimeList read GetItems
write SetItems; |
|
![]() |
property Name: string read FName write SetName; |
|