System.Rtti.TRttiInstanceProperty.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index: Integer read GetIndex;

C++

__property int Index = {read=GetIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInstanceProperty

Description

Specifies the property's default index.

Use Index to obtain an integer value that represents the default index value associated with an indexed property. Only ordinal types can serve as default indexes, so Index returns an integer.

See Also