REST.Client.TCustomRESTResponse.Content

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Content: string read FContent;

C++

__property System::UnicodeString Content = {read=FContent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse


Beschreibung

Enthält einen String, der den Antwortinhalt repräsentiert.

Siehe auch