Data.Bind.Components.TContainedBindComponent.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index: Integer read GetIndex write SetIndex stored False;

C++

__property int Index = {read=GetIndex, write=SetIndex, stored=false, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TContainedBindComponent

Description

Returns the index of this component in the bindings list.

See Also