Datasnap.DSHTTPClient.TDSHTTPClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSHTTPClass = class of TDSHTTP;

C++

typedef System::TMetaClass* TDSHTTPClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient Datasnap.DSHTTPClient

Description

TDSHTTPClass defines the metaclass for TDSHTTP.

TDSHTTPClass is the metaclass for TDSHTTP. Its value is the class reference for TDSHTTP or for one of its descendants.

See Also