Datasnap.DSHTTPClient.TDSHTTP.IHeaderList.Names

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Names[Index: Integer]: string read GetName;

C++

__property System::UnicodeString Names[int Index] = {read=GetName};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IHeaderList


Beschreibung

Repräsentiert die Namen der HTTP-Header in IHeaderList.

Siehe auch