Description | Hierarchy | Fields | Methods | Properties |
type TRbwController = class(TComponent)
TRbwController
has a collection of TControlItems. Setting Enabled of TRbwController
sets the enabled property of each of the TControlItem.Control.
![]() |
FControlList: TControlCollection; |
![]() |
FEnabled: boolean; |
![]() |
FOnEnabledChange: TNotifyEvent; |
![]() |
procedure SetControlList(const Value: TControlCollection); |
![]() |
procedure SetEnabled(const Value: boolean); |
![]() |
constructor Create(AnOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
property ControlList: TControlCollection read FControlList
write SetControlList; |
![]() |
property Enabled: boolean read FEnabled write SetEnabled default True; |
![]() |
property OnEnabledChange: TNotifyEvent read FOnEnabledChange
write FOnEnabledChange; |
![]() |
FControlList: TControlCollection; |
![]() |
FEnabled: boolean; |
![]() |
FOnEnabledChange: TNotifyEvent; |
![]() |
procedure SetControlList(const Value: TControlCollection); |
![]() |
procedure SetEnabled(const Value: boolean); |
![]() |
constructor Create(AnOwner: TComponent); override; |
Protected declarations |
![]() |
destructor Destroy; override; |
![]() |
property ControlList: TControlCollection read FControlList
write SetControlList; |
Public declarations |
![]() |
property Enabled: boolean read FEnabled write SetEnabled default True; |
![]() |
property OnEnabledChange: TNotifyEvent read FOnEnabledChange
write FOnEnabledChange; |