Class TIWBSCustomInput
Unit
IWBSCustomInput
Declaration
type TIWBSCustomInput = class(TIWBSCustomDbControl, IIWInputControl, IIWInputControl40, IIWAutoEditableControl)
Description
no description available, TIWBSCustomDbControl description follows
Base class for IWBS data aware controls
Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
 |
procedure Invalidate; override; |
 |
procedure SetText(const AValue: TCaption); override; |
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
procedure Invalidate; override; |
|
 |
procedure SetText(const AValue: TCaption); override; |
|
Properties
 |
property AsDateTime: TDateTime read GetAsDateTime write SetAsDateTime; |
|
 |
property AsDouble: Double read GetAsDouble write SetAsDouble; |
|
 |
property AsVariant: Variant read GetAsVariant; |
|
 |
property AutoEditable: Boolean read FAutoEditable write FAutoEditable default True; |
|
 |
property AutoFocus: boolean read FAutoFocus write FAutoFocus default False; |
|
 |
property Caption: string read FCaption write SetCaption; |
|
 |
property Editable default True; |
|
 |
property Enabled default True; |
|
 |
property ExtraTagParams; |
|
 |
property FriendlyName; |
|
 |
property NonEditableAsLabel default False; |
|
 |
property Required: Boolean read FRequired write SetRequired default False; |
|
 |
property ScriptEvents; |
|
 |
property SubmitOnAsyncEvent default True; |
|
 |
property Text: TCaption read GetText write SetText; |
|
Generated by PasDoc 0.14.0.
|