Class TRbwController

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRbwController = class(TComponent)

Description

TRbwController has a collection of TControlItems. Setting Enabled of TRbwController sets the enabled property of each of the TControlItem.Control.

Hierarchy

Overview

Fields

Private FControlList: TControlCollection;
Private FEnabled: boolean;
Private FOnEnabledChange: TNotifyEvent;

Methods

Private procedure SetControlList(const Value: TControlCollection);
Private procedure SetEnabled(const Value: boolean);
Public constructor Create(AnOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property ControlList: TControlCollection read FControlList write SetControlList;
Published property Enabled: boolean read FEnabled write SetEnabled default True;
Published property OnEnabledChange: TNotifyEvent read FOnEnabledChange write FOnEnabledChange;

Description

Fields

Private FControlList: TControlCollection;
 
Private FEnabled: boolean;
 
Private FOnEnabledChange: TNotifyEvent;
 

Methods

Private procedure SetControlList(const Value: TControlCollection);
 
Private procedure SetEnabled(const Value: boolean);
 
Public constructor Create(AnOwner: TComponent); override;

Protected declarations

Public destructor Destroy; override;
 

Properties

Published property ControlList: TControlCollection read FControlList write SetControlList;

Public declarations

Published property Enabled: boolean read FEnabled write SetEnabled default True;
 
Published property OnEnabledChange: TNotifyEvent read FOnEnabledChange write FOnEnabledChange;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:58