Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentLength

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetContentLength: Int64; virtual; abstract;

C++

virtual __int64 __fastcall GetContentLength(void) = 0 ;

Eigenschaften

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

Beschreibung

Gibt den Wert der Eigenschaft ContentLength zurück.

Die Eigenschaft GetContentLength ist die Leseimplementierung der Eigenschaft ContentLength.

Siehe auch