System.Rtti.TypeInfoIndex

From RAD Studio API Documentation
Jump to: navigation, search

C++

enum class TypeInfoIndex : unsigned int {
                 tiiBoolean = 1,
                 tiiByte,
                 tiiShortInt,
                 tiiWord,
                 tiiSmallInt,
                 tiiLongInt,
                 tiiLongWord,
                 tiiInt64,
                 tiiUInt64,
                 tiiFloat,
                 tiiDouble,
                 tiiExtended,
                 tiiAnsiChar,
                 tiiWideChar,
                 tiiCurrency,
                 tiiTDateTime,
                 tiiAnsiString,
                 tiiUnicodeString,
                 tiiWideString,
                 tiiTPointF,
                 tiiTAlphaColor,
                 tiiTNotifyEvent,
                 tiiIInterface,
                 tiiIInvokable,
                 tiiVariant,
                 tiiOleVariant,
                 tiiLast
              };

Properties

Type Visibility Source Unit Parent
enum public SystemRtti.h System.Rtti System.Rtti

Description

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