RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDataDisplay.GetXmlRowSetName Method

Returns the name of the rowset in the XML data packet whose data is represented by the HTML this component generates. Not used on Linux.

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

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

On Windows, GetXmlRowSetName is used when generating HTML that accesses data from the XML data packet. It returns the name of the rowset that represents the data in the Web data display. 

As implemented in TWebDataDisplay, GetXmlRowSetName walks up the parent hierarchy until it finds a Web item associated with a rowset, and then returns the name of that rowset. 

 

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