Class TIWBSSelect
Unit
IWBSInput
Declaration
type TIWBSSelect = class(TIWBSCustomSelectInput)
Description
no description available, TIWBSCustomSelectInput description follows 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 MultiSelect: boolean read FMultiSelect write FMultiSelect default False; |
 |
property Size: integer read FSize write SetSize default 1; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
procedure SetText(const AValue: TCaption); override; |
|
Properties
 |
property MultiSelect: boolean read FMultiSelect write FMultiSelect default False; |
|
 |
property Size: integer read FSize write SetSize default 1; |
|
Generated by PasDoc 0.14.0.
|