Datasnap.DSHTTPClient.TDSHTTPClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
classref
typedef
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: Datasnap.DSHTTPClient

Delphi

TDSHTTPClass = class of TDSHTTP;

C++

typedef System::TMetaClass* TDSHTTPClass;

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