RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterCommandColumn.FormatColumnHeading Method

Generates the HTML for the table header cell for this column.

Pascal
function FormatColumnHeading(Options: TWebContentOptions): string;
C++
__fastcall AnsiString FormatColumnHeading(TWebContentOptions Options);

The adapter grid calls FormatColumnHeading to generate the HTML for the top cell of the column (the one that contains the caption). This method generates the HTML to reflect the Caption and CaptionAttributes properties. 

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

FormatColumnHeading returns the resulting HTML. 

 

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