Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetDocument

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSHTTPRequestWebBroker

Delphi

function GetDocument: string; override;

C++

virtual System::UnicodeString __fastcall GetDocument();

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