Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetDocument

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDocument: string; override;

C++

virtual System::UnicodeString __fastcall GetDocument();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPRequestWebBroker

Description

Returns the value of the Document property.

Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetDocument inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetDocument. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetDocument.

Returns the value of the Document property.

The GetDocument method is the read implementation of the Document property.

See Also