RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDataDisplay.GetXmlDisplayName Method

Returns the name of the javascript object that uses TWebDataDisplay to generate one of its display controls. Not used on Linux.

Pascal
function GetXmlDisplayName: string;
C++
__fastcall AnsiString GetXmlDisplayName();

GetXmlDisplayName is not available for cross-platform programming. It is introduced in TWebDataDisplay for descendant classes that are only accessible on Windows. 

On Windows, GetXmlDisplayName returns the name of the javascript object that groups the set of display controls which includes this TWebDataDisplay descendant's generated control. The javascript object is generated by a TDataGrid or TFieldGroup component, and provides the display component's link to its XML data packet. Typically, the TDataGrid or TFieldGroup component is the parent of the TWebDataDisplay component, but it may be higher in the parent hierarchy if the application uses layout groups. 

 

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