RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterCommandGroup.ImplContent Method

Lays out the buttons for the command group using the TAdapterFormLayout component.

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

The ImplContent function lays out the buttons for the command group using the TAdapterFormLayout component. It loops through all of the visible child components, calling them to render their HTML content. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!