RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IntfInfo.TypeInfoNames Constant
Pascal
TypeInfoNames: array[0..33] of string = ( 'Boolean', 'bool', 'Char', 'char', 'Char', 'signed char', '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', 'AnsiString', 'WideString', 'WideString');
C++
array[0..33] of string TypeInfoNames = ( 'Boolean', 'bool', 'Char', 'char', 'Char', 'signed char', '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', 'AnsiString', 'WideString', 'WideString');

IntfInfo

This is constant IntfInfo.TypeInfoNames.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!