Class TIWBSLayoutMgr
Unit
IWBSLayoutMgr
Declaration
type TIWBSLayoutMgr = class(TIWContainerLayout)
Description
Hierarchy
- TIWContainerLayout
- TIWBSLayoutMgr
Overview
Methods
 |
constructor Create(AOnwer: TComponent); override; |
 |
destructor Destroy; override; |
 |
function ParseLinkFile(const AFile: string; ADisableCache: boolean = True): string; |
 |
procedure AddLinkFile(const AFile: string); |
 |
procedure Process(ABuffer: TIWRenderStream; AContainerContext: TIWContainerContext; aPage: TIWBasePageContext); override; |
 |
procedure ProcessControl(AContainerContext: TIWContainerContext; APageContext: TIWBaseHTMLPageContext; AControl: IIWBaseHTMLComponent); override; |
 |
procedure ProcessForm(ABuffer, ATmpBuf: TIWRenderStream; APage: TIWBasePageContext); |
Description
Methods
 |
constructor Create(AOnwer: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
function ParseLinkFile(const AFile: string; ADisableCache: boolean = True): string; |
|
 |
procedure AddLinkFile(const AFile: string); |
|
 |
procedure Process(ABuffer: TIWRenderStream; AContainerContext: TIWContainerContext; aPage: TIWBasePageContext); override; |
|
 |
procedure ProcessControl(AContainerContext: TIWContainerContext; APageContext: TIWBaseHTMLPageContext; AControl: IIWBaseHTMLComponent); override; |
|
 |
procedure ProcessForm(ABuffer, ATmpBuf: TIWRenderStream; APage: TIWBasePageContext); |
|
Generated by PasDoc 0.14.0.
|