Soap.InvokeRegistry.TSOAPHeaderClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSOAPHeaderClass = class of TSOAPHeader;

C++

typedef System::TMetaClass* TSOAPHeaderClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry Soap.InvokeRegistry

Description

TSOAPHeaderClass defines the metaclass for TSOAPHeader.

TSOAPHeaderClass is the metaclass for TSOAPHeader. Its value is the class reference for TSOAPHeader or for one of its descendants.

See Also