RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetHeaderClass Method

Returns the class reference for a header type, given its name and namespace.

Pascal
function GetHeaderClass(Name: InvString; Namespace: InvString): TClass;
C++
__fastcall TClass GetHeaderClass(InvString Name, InvString Namespace);

Typically, applications do not need to call GetHeaderClass. This method is used internally to look up the class of a header that is identified by name.  

Name is the name of the header node.  

Namespace is the URI of the namespace in which Name is defined.  

GetHeaderClass returns the class reference for the TSOAPHeader descendant that represents the identified header. 

 

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