Description | Hierarchy | Fields | Methods | Properties |
type TDelegateItem = class(TCollectionItem)
![]() |
FDelegate: TCustomScreenObjectDelegate; |
![]() |
function GetDelegateClass: string; |
![]() |
procedure SetDelegate(const Value: TCustomScreenObjectDelegate); |
![]() |
procedure SetDelegateClass(const Value: string); |
![]() |
function ScreenObject: TScreenObject; |
![]() |
destructor Destroy; override; |
![]() |
property DelegateClass: string read GetDelegateClass
write SetDelegateClass; |
![]() |
property Delegate: TCustomScreenObjectDelegate read FDelegate
write SetDelegate; |
![]() |
FDelegate: TCustomScreenObjectDelegate; |
![]() |
function GetDelegateClass: string; |
![]() |
procedure SetDelegate(const Value: TCustomScreenObjectDelegate); |
![]() |
procedure SetDelegateClass(const Value: string); |
![]() |
function ScreenObject: TScreenObject; |
![]() |
destructor Destroy; override; |
![]() |
property DelegateClass: string read GetDelegateClass
write SetDelegateClass; |
|
![]() |
property Delegate: TCustomScreenObjectDelegate read FDelegate
write SetDelegate; |
|