RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IntfInfo.TypeInfoNames Constant
Pascal
TypeInfoNames: array[0..37] of string = ( 'Boolean', 'bool', 'AnsiChar', 'char', 'AnsiChar', 'signed char', 'Char', 'wchar_t', 'Byte', 'unsigned char', 'SmallInt', 'short', 'Word', 'unsigned short', 'Integer', 'int', 'Cardinal', 'unsigned int', 'Integer', 'long', 'Cardinal', 'unsigned long', 'Int64', '__int64', 'Int64', 'unsigned __int64', 'Single', 'float', 'Double', 'double', 'Extended', 'long double', 'string', 'UnicodeString', 'AnsiString', 'AnsiString', 'WideString', 'WideString');
C++
array[0..37] of string TypeInfoNames = ( 'Boolean', 'bool', 'AnsiChar', 'char', 'AnsiChar', 'signed char', 'Char', 'wchar_t', 'Byte', 'unsigned char', 'SmallInt', 'short', 'Word', 'unsigned short', 'Integer', 'int', 'Cardinal', 'unsigned int', 'Integer', 'long', 'Cardinal', 'unsigned long', 'Int64', '__int64', 'Int64', 'unsigned __int64', 'Single', 'float', 'Double', 'double', 'Extended', 'long double', 'string', 'UnicodeString', 'AnsiString', 'AnsiString', 'WideString', 'WideString');

This is constant IntfInfo.TypeInfoNames.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!