Class TDelegateItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TDelegateItem = class(TCollectionItem)

Description

Hierarchy

Overview

Fields

Private FDelegate: TCustomScreenObjectDelegate;

Methods

Private function GetDelegateClass: string;
Private procedure SetDelegate(const Value: TCustomScreenObjectDelegate);
Private procedure SetDelegateClass(const Value: string);
Protected function ScreenObject: TScreenObject;
Public destructor Destroy; override;

Properties

Published property DelegateClass: string read GetDelegateClass write SetDelegateClass;
Published property Delegate: TCustomScreenObjectDelegate read FDelegate write SetDelegate;

Description

Fields

Private FDelegate: TCustomScreenObjectDelegate;
 

Methods

Private function GetDelegateClass: string;
 
Private procedure SetDelegate(const Value: TCustomScreenObjectDelegate);
 
Private procedure SetDelegateClass(const Value: string);
 
Protected function ScreenObject: TScreenObject;
 
Public destructor Destroy; override;
 

Properties

Published property DelegateClass: string read GetDelegateClass write SetDelegateClass;

DelegateClass indicates the class of Delegate. DelegateClass must be declared before Delegate in order for Delegate to be read from a stream correctly.

Published property Delegate: TCustomScreenObjectDelegate read FDelegate write SetDelegate;

Delegate is the TCustomScreenObjectDelegate stored in an instance of TDelegateItem.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:01