Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentLength

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetContentLength: Int64; override;

C++

virtual __int64 __fastcall GetContentLength();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function class protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPResponseIndy

Beschreibung

Gibt den Wert der ContentLength-Eigenschaft zurück.

Die GetContentLength-Methode ist die Leseimplementierung der ContentLength-Eigenschaft.

Siehe auch