Soap.IntfInfo.TypeInfoNames

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TypeInfoNames:  array[0..37] of string = ( 'Boolean',       'bool',             { do not localize }
{$IFNDEF UNICODE}
'Char',          'char',             { do not localize }
'Char',          'signed char',      { do not localize }
'WideChar',      'wchar_t',          { do not localize }
{$ELSE}
'AnsiChar',      'char',             { do not localize }
'AnsiChar',      'signed char',      { do not localize }
'Char',          'wchar_t',          { do not localize }
{$ENDIF}
'Byte',          'unsigned char',    { do not localize }
'SmallInt',      'short',            { do not localize }
'Word',          'unsigned short',   { do not localize }
'Integer',       'int',              { do not localize }
'Cardinal',      'unsigned int',     { do not localize }
'Integer',       'long',             { do not localize }
'Cardinal',      'unsigned long',    { do not localize }
'Int64',         '__int64',          { do not localize }
'Int64',         'unsigned __int64', { do not localize }
'Single',        'float',            { do not localize }
'Double',        'double',           { do not localize }
'Extended',      'long double',      { do not localize }
{$IFNDEF UNICODE}
'string',        'AnsiString',       { do not localize }
'UnicodeString', 'UnicodeString',    { do not localize }
{$ELSE}
'string',        'UnicodeString',    { do not localize }
'AnsiString',    'AnsiString',       { do not localize }
{$ENDIF}
'WideString',    'WideString');      { do not localize }

C++

extern DELPHI_PACKAGE Soap_Intfinfo__3 TypeInfoNames;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
const
variable
public
Soap.IntfInfo.pas
Soap.IntfInfo.hpp
Soap.IntfInfo Soap.IntfInfo

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.