Interface ICartwallControl
Unit
Declaration
type ICartwallControl = interface(IUpdateObject)
Description
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['{2B02704A-1989-4B46-9357-FEB92160B975}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- ICartwallControl
Overview
Methods
![]() |
function GetPages: ICartwallPageControlList; |
![]() |
function GetGridWidth: integer; |
![]() |
function GetGridHeight: integer; |
![]() |
function GetPlayerCount: integer; |
![]() |
function GetPadding: integer; |
![]() |
procedure SetPadding(iValue: integer); |
![]() |
function GetDefaultWidth: integer; |
![]() |
procedure SetDefaultWidth(iValue: integer); |
![]() |
function GetDefaultHeight: integer; |
![]() |
procedure SetDefaultHeight(iValue: integer); |
![]() |
function GetOptions: TCartwallOptions; |
![]() |
procedure SetOptions(iValue: TCartwallOptions); |
![]() |
function GetEOFWarning: TTimeValue; |
![]() |
procedure SetEOFWarning(iValue: TTimeValue); |
![]() |
function GetNumbering: TCartwallNumbering; |
![]() |
procedure SetNumbering(iValue: TCartwallNumbering); |
![]() |
function GetOnAirMode: TCartwallOnAirMode; |
![]() |
procedure SetOnAirMode(iValue: TCartwallOnAirMode); |
![]() |
procedure SetOnAirModeEx(iValue: TCartwallOnAirMode; iForce: boolean); |
![]() |
function GetActivePageIndex: integer; |
![]() |
procedure SetActivePageIndex(iValue: integer); |
![]() |
function GetActivePage: ICartwallPageControl; |
![]() |
procedure GetActivePagePlayerStates(var oStates: TPlayerStateArray); |
![]() |
function GetActiveItemCount: integer; |
![]() |
function IndexToPosition(iIndex: integer): TPoint; |
![]() |
function AddPage(iMakeActive: boolean): ICartwallPageControl; |
![]() |
procedure DeletePage(iIndex: integer); |
![]() |
procedure MovePage(iOldIndex: integer; iNewIndex: integer); |
![]() |
procedure LoadPageListFromXML(iXML: ISXMLNode); |
![]() |
function SavePageListAsXML(iDocument: ISXMLDocument): ISXMLNode; |
![]() |
procedure LoadPageListFromFile(const iFilename: string); |
![]() |
procedure SavePageListToFile(const iFilename: string); |
![]() |
procedure StopAllPlayers; |
![]() |
procedure AddPlaylistItems(iItems: IPlaylist); |
Description
Methods
![]() |
function GetPages: ICartwallPageControlList; |
![]() |
function GetGridWidth: integer; |
![]() |
function GetGridHeight: integer; |
![]() |
function GetPlayerCount: integer; |
![]() |
function GetPadding: integer; |
![]() |
procedure SetPadding(iValue: integer); |
![]() |
function GetDefaultWidth: integer; |
![]() |
procedure SetDefaultWidth(iValue: integer); |
![]() |
function GetDefaultHeight: integer; |
![]() |
procedure SetDefaultHeight(iValue: integer); |
![]() |
function GetOptions: TCartwallOptions; |
![]() |
procedure SetOptions(iValue: TCartwallOptions); |
![]() |
function GetEOFWarning: TTimeValue; |
![]() |
procedure SetEOFWarning(iValue: TTimeValue); |
![]() |
function GetNumbering: TCartwallNumbering; |
![]() |
procedure SetNumbering(iValue: TCartwallNumbering); |
![]() |
function GetOnAirMode: TCartwallOnAirMode; |
![]() |
procedure SetOnAirMode(iValue: TCartwallOnAirMode); |
![]() |
procedure SetOnAirModeEx(iValue: TCartwallOnAirMode; iForce: boolean); |
![]() |
function GetActivePageIndex: integer; |
![]() |
procedure SetActivePageIndex(iValue: integer); |
![]() |
function GetActivePage: ICartwallPageControl; |
![]() |
procedure GetActivePagePlayerStates(var oStates: TPlayerStateArray); |
![]() |
function GetActiveItemCount: integer; |
![]() |
function IndexToPosition(iIndex: integer): TPoint; |
![]() |
function AddPage(iMakeActive: boolean): ICartwallPageControl; |
![]() |
procedure DeletePage(iIndex: integer); |
![]() |
procedure MovePage(iOldIndex: integer; iNewIndex: integer); |
![]() |
procedure LoadPageListFromXML(iXML: ISXMLNode); |
![]() |
function SavePageListAsXML(iDocument: ISXMLDocument): ISXMLNode; |
![]() |
procedure LoadPageListFromFile(const iFilename: string); |
![]() |
procedure SavePageListToFile(const iFilename: string); |
![]() |
procedure StopAllPlayers; |
![]() |
procedure AddPlaylistItems(iItems: IPlaylist); |
Generated by PasDoc 0.16.0.