Class TIWBSCheckBox
Unit
IWBSInput
Declaration
type TIWBSCheckBox = class(TIWBSCustomInput)
Description
no description available, TIWBSCustomInput description follows no description available, TIWBSCustomDbControl description follows
Base class for IWBS data aware controls
Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
 |
procedure SetText(const AValue: TCaption); override; |
Properties
 |
property Checked: boolean read FChecked write SetChecked default False; |
 |
property ValueChecked: string read FValueChecked write FValueChecked; |
 |
property ValueUnchecked: string read FValueUnchecked write FValueUnchecked; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
procedure SetText(const AValue: TCaption); override; |
|
Properties
 |
property Checked: boolean read FChecked write SetChecked default False; |
|
 |
property ValueChecked: string read FValueChecked write FValueChecked; |
|
 |
property ValueUnchecked: string read FValueUnchecked write FValueUnchecked; |
|
Generated by PasDoc 0.14.0.
|