Datasnap.DSHTTPCommon.TDSNullResponseHandler.PopulateContent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure PopulateContent(ResponseInfo: TDSHTTPResponse; Response: TJSONValue;  ResponseStream: TStream); override;

C++

virtual void __fastcall PopulateContent(TDSHTTPResponse* ResponseInfo, System::Json::TJSONValue* Response, System::Classes::TStream* ResponseStream);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSNullResponseHandler

Beschreibung

Wie sie implementiert ist, führt diese Methode nichts aus.

Die Methode PopulateContent, wie sie implementiert ist, führt nichts aus.

Siehe auch