Class TIWBSRadioButton

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIWBSRadioButton = 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

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

Properties

Published property Checked: boolean read FChecked write SetChecked default False;
Published property Group: string read FGroup write FGroup;
Published property SaveUnchecked: boolean read FSaveUnchecked write FSaveUnchecked default True;
Published property ValueChecked: string read FValueChecked write FValueChecked;
Published property ValueUnchecked: string read FValueUnchecked write FValueUnchecked;

Description

Methods

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

Properties

Published property Checked: boolean read FChecked write SetChecked default False;
 
Published property Group: string read FGroup write FGroup;
 
Published property SaveUnchecked: boolean read FSaveUnchecked write FSaveUnchecked default True;
 
Published property ValueChecked: string read FValueChecked write FValueChecked;
 
Published property ValueUnchecked: string read FValueUnchecked write FValueUnchecked;
 

Generated by PasDoc 0.14.0.