RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterSubComponent.ImplGetWebComponentNodeName Method

Provides the underlying implementation for the GetWebComponentNodeName method.

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

The GetWebComponentNodeName method calls ImplGetWebComponentNodeName to obtain a label for the type of items in the collection. 

ImplGetWebComponentNodeName returns the name of the type of items in this list. 

In TAdapterSubComponent, ImplGetWebComponentNodeName returns an empty string. Descendant classes created for specific types of elements override this method to return an appropriate string such as 'Fields' or 'Actions'. 

 

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