Class TIWBSCustomDbControl
Unit
IWBSCustomControl
Declaration
type TIWBSCustomDbControl = class(TIWBSCustomControl, IIWBSComponent)
Description
Base class for IWBS data aware controls
Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
 |
destructor Destroy; override; |
 |
function RenderAsync(AContext: TIWCompContext): TIWXMLTag; override; |
 |
function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override; |
Properties
 |
property DataField: string read FDataField write SetDataField; |
 |
property DataSource: TDataSource read FDataSource write SetDataSource; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
function RenderAsync(AContext: TIWCompContext): TIWXMLTag; override; |
|
 |
function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override; |
|
Properties
 |
property DataField: string read FDataField write SetDataField; |
|
 |
property DataSource: TDataSource read FDataSource write SetDataSource; |
|
Generated by PasDoc 0.14.0.
|