REST.Client.TCustomRESTResponse.Content
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.