Soap.IntfInfo.TypeInfoNames

From RAD Studio API Documentation
Jump to: navigation, search

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;

Properties

Type Visibility Source Unit Parent
const
variable
public
Soap.IntfInfo.pas
Soap.IntfInfo.hpp
Soap.IntfInfo Soap.IntfInfo

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!