System.SysUtils.TEncoding.UTF7
Delphi
class property UTF7: TEncoding read GetUTF7;
C++
/* static */ __property TEncoding* UTF7 = {read=GetUTF7};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TEncoding |
Beschreibung
Gibt eine Codierung für das UTF-7-Format zurück.
TEncoding.UTF7 gibt eine Codierung für das UTF-7-Format zurück.
Der Rückgabewert ist eine Instanz des Typs TUTF7Encoding.