RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDataDisplay.LabelContent Method

Returns the HTML for the display control's caption.

Pascal
function LabelContent: string; virtual;
C++
virtual __fastcall AnsiString LabelContent();

The ImplContent method calls LabelContent to provide the HTML for the label of the generated display control. LabelContent calls the FormatCaption method to produce this HTML and returns the resulting string. 

 

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