Interface ICartwallItem
Unit
Declaration
type ICartwallItem = 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['{66ACA8E0-0D4A-4DE3-AF67-E620643F7F23}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- ISerializable
- ICartwallItem
Overview
Methods
function GetIndex: integer; |
|
procedure SetIndex(iValue: integer); |
|
function GetID: string; |
|
procedure SetID(const iValue: string); |
|
function GetLeft: integer; |
|
procedure SetLeft(iValue: integer); |
|
function GetTop: integer; |
|
procedure SetTop(iValue: integer); |
|
function GetWidth: integer; |
|
procedure SetWidth(iValue: integer); |
|
function GetHeight: integer; |
|
procedure SetHeight(iValue: integer); |
|
function GetRect: TRect; |
|
procedure SetRect(iValue: TRect); |
|
function GetOptions: TCartwallItemOptions; |
|
procedure SetOptions(iValue: TCartwallItemOptions); |
|
function GetTriggers: ICartwallTriggerList; |
|
function GetCaption: string; |
|
function GetSelected: boolean; |
|
procedure SetSelected(iValue: boolean); |
Description
Methods
function GetIndex: integer; |
|
procedure SetIndex(iValue: integer); |
|
function GetID: string; |
|
procedure SetID(const iValue: string); |
|
function GetLeft: integer; |
|
procedure SetLeft(iValue: integer); |
|
function GetTop: integer; |
|
procedure SetTop(iValue: integer); |
|
function GetWidth: integer; |
|
procedure SetWidth(iValue: integer); |
|
function GetHeight: integer; |
|
procedure SetHeight(iValue: integer); |
|
function GetRect: TRect; |
|
procedure SetRect(iValue: TRect); |
|
function GetOptions: TCartwallItemOptions; |
|
procedure SetOptions(iValue: TCartwallItemOptions); |
|
function GetTriggers: ICartwallTriggerList; |
|
function GetCaption: string; |
|
function GetSelected: boolean; |
|
procedure SetSelected(iValue: boolean); |
|
Generated by PasDoc 0.16.0.