Class TIWBSCustomDbControl

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIWBSCustomDbControl = class(TIWBSCustomControl, IIWBSComponent)

Description

Base class for IWBS data aware controls

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function RenderAsync(AContext: TIWCompContext): TIWXMLTag; override;
Public function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override;

Properties

Published property DataField: string read FDataField write SetDataField;
Published property DataSource: TDataSource read FDataSource write SetDataSource;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function RenderAsync(AContext: TIWCompContext): TIWXMLTag; override;
 
Public function RenderHTML(AContext: TIWCompContext): TIWHTMLTag; override;
 

Properties

Published property DataField: string read FDataField write SetDataField;
 
Published property DataSource: TDataSource read FDataSource write SetDataSource;
 

Generated by PasDoc 0.14.0.