Class TIWBSCustomSelectInput

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure SetText(const AValue: TCaption); override;

Properties

Published property ItemIndex: integer read FItemIndex write SetItemIndex default -1;
Published property Items: TStringList read FItems write SetItems;
Published property ItemsHaveValues: boolean read FItemsHaveValues write SetItemsHaveValues default False;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure SetText(const AValue: TCaption); override;
 

Properties

Published property ItemIndex: integer read FItemIndex write SetItemIndex default -1;
 
Published property Items: TStringList read FItems write SetItems;
 
Published property ItemsHaveValues: boolean read FItemsHaveValues write SetItemsHaveValues default False;
 

Generated by PasDoc 0.14.0.