RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterForm.ImplContent Method

Provides the underlying implementation for the Content method.

Pascal
function ImplContent(Options: TWebContentOptions; ParentLayout: TLayout): string; override;
C++
virtual __fastcall AnsiString ImplContent(TWebContentOptions Options, TLayout ParentLayout);

The Content method calls ImplContent to generate the group of HTML controls. As implemented in TWebControlGroup, ImplContent returns an empty string. TWebControlGroup descendants override it to generate HTML for the group of controls.  

Options contains a set of flags that limit what can be included in the generated HTML. 

ParentLayout specifies a helper object that the caller supplies for determining how the TWebControlGroup should format the HTML controls it generates. It implements the ILayoutWebContent interface. 

ImplContent returns the generated HTML. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!