System.Rtti.TRttiInstanceProperty.NameIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NameIndex: SmallInt read GetNameIndex;

C++

__property short NameIndex = {read=GetNameIndex, nodefault};

Properties

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

Description

Specifies the index of the property name in the object's name list.

Use NameIndex to obtain the index of the property name in the object's name list.

See Also