Interface IEventListItem
Unit
Declaration
type IEventListItem = interface(ISerializable)
Description
No description available, ancestor ISerializable description follows
No description available, ancestor IUpdateObject description follows
No description available, ancestor IObservable description follows
—————————————————————————– Base Interfaces —————————————————————————–
Attributes
- GUID['{8532953B-320D-418B-A447-AC95DFAC368B}']
Attributes
- GUID['{4C481E54-568A-46B4-BAAA-C0071932FDCF}']
Attributes
- GUID['{DF9B1F9D-09D1-4790-BC9E-D299A578B71A}']
Attributes
- GUID['{5402B57F-BB8C-403E-8B7D-454C854A0E88}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- ISerializable
- IEventListItem
Overview
Methods
function GetYear: integer; |
|
procedure SetYear(iValue: integer); |
|
function GetMonth: string; |
|
procedure SetMonth(const iValue: string); |
|
function GetDay: string; |
|
procedure SetDay(const iValue: string); |
|
function GetWeekday: string; |
|
procedure SetWeekday(const iValue: string); |
|
function GetHour: string; |
|
procedure SetHour(const iValue: string); |
|
function GetMinute: string; |
|
procedure SetMinute(const iValue: string); |
|
function GetSecond: string; |
|
procedure SetSecond(const iValue: string); |
|
function GetExpiration: TDateTime; |
|
procedure SetExpiration(iValue: TDateTime); |
|
function GetLastExecution: TDateTime; |
|
procedure SetLastExecution(iValue: TDateTime); |
|
function GetActions: IActionList; |
|
function GetDescription: string; |
|
procedure SetDescription(const iValue: string); |
|
function GetNextExecution: TDateTime; |
|
function GetRunInAutomation: boolean; |
|
procedure SetRunInAutomation(iValue: boolean); |
|
function GetRunInAssist: boolean; |
|
procedure SetRunInAssist(iValue: boolean); |
|
function GetRunOnAir: boolean; |
|
procedure SetRunOnAir(iValue: boolean); |
|
function GetRunOffAir: boolean; |
|
procedure SetRunOffAir(iValue: boolean); |
|
function GetPlaylist: integer; |
|
procedure SetPlaylist(iValue: integer); |
|
function GetEnabled: boolean; |
|
procedure SetEnabled(iValue: boolean); |
|
function GetNoLogging: boolean; |
|
procedure SetNoLogging(iValue: boolean); |
Description
Methods
function GetYear: integer; |
|
procedure SetYear(iValue: integer); |
|
function GetMonth: string; |
|
procedure SetMonth(const iValue: string); |
|
function GetDay: string; |
|
procedure SetDay(const iValue: string); |
|
function GetWeekday: string; |
|
procedure SetWeekday(const iValue: string); |
|
function GetHour: string; |
|
procedure SetHour(const iValue: string); |
|
function GetMinute: string; |
|
procedure SetMinute(const iValue: string); |
|
function GetSecond: string; |
|
procedure SetSecond(const iValue: string); |
|
function GetExpiration: TDateTime; |
|
procedure SetExpiration(iValue: TDateTime); |
|
function GetLastExecution: TDateTime; |
|
procedure SetLastExecution(iValue: TDateTime); |
|
function GetActions: IActionList; |
|
function GetDescription: string; |
|
procedure SetDescription(const iValue: string); |
|
function GetNextExecution: TDateTime; |
|
function GetRunInAutomation: boolean; |
|
procedure SetRunInAutomation(iValue: boolean); |
|
function GetRunInAssist: boolean; |
|
procedure SetRunInAssist(iValue: boolean); |
|
function GetRunOnAir: boolean; |
|
procedure SetRunOnAir(iValue: boolean); |
|
function GetRunOffAir: boolean; |
|
procedure SetRunOffAir(iValue: boolean); |
|
function GetPlaylist: integer; |
|
procedure SetPlaylist(iValue: integer); |
|
function GetEnabled: boolean; |
|
procedure SetEnabled(iValue: boolean); |
|
function GetNoLogging: boolean; |
|
procedure SetNoLogging(iValue: boolean); |
|
Generated by PasDoc 0.16.0.