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