System.JSON.Types.TJsonOid.AsString
Delphi
property AsString: String read GetAsString write SetAsString;
C++
__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.JSON.Types.pas System.JSON.Types.hpp |
System.JSON.Types | TJsonOid |
Beschreibung
Stellt den Zugriff auf den Wert des Oid als einen hexadezimalen String bereit.