Class TIWBSCustomSelectInput
Unit
IWBSCustomInput
Declaration
type TIWBSCustomSelectInput = 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; |
 |
destructor Destroy; override; |
 |
procedure SetText(const AValue: TCaption); override; |
Properties
 |
property ItemIndex: integer read FItemIndex write SetItemIndex default -1; |
 |
property Items: TStringList read FItems write SetItems; |
 |
property ItemsHaveValues: boolean read FItemsHaveValues write SetItemsHaveValues default False; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure SetText(const AValue: TCaption); override; |
|
Properties
 |
property ItemIndex: integer read FItemIndex write SetItemIndex default -1; |
|
 |
property Items: TStringList read FItems write SetItems; |
|
 |
property ItemsHaveValues: boolean read FItemsHaveValues write SetItemsHaveValues default False; |
|
Generated by PasDoc 0.14.0.
|