RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterSubComponent.GetWebComponentNodeName Method

Returns a string that indicates the type of items in this collection.

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

GetWebComponentNodeName returns the label for the type of items in the collection. For example, if the TAdapterSubComponent descendant holds the fields belonging to an adapter, GetWebComponentNodeName returns the string 'Fields'. If the TAdapterSubComponent descendant holds the actions belonging to an adapter, GetWebComponentNodeName returns the string 'Actions'. 

GetWebComponentNodeName delegates the task of supplying a name to the virtual ImplGetWebComponentNodeName method. 

 

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