Fmx.Bind.Navigator.TBindNavButton.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index : TBindNavigateBtn read FIndex write FIndex;

C++

__property Data::Bind::Controls::TNavigateButton Index = {read=FIndex, write=FIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TBindNavButton

Description

Specifies the index of the child object in the children array attached to this object.

Fmx.Bind.Navigator.TBindNavButton.Index inherits from FMX.Types.TFmxObject.Index. All content below this line refers to FMX.Types.TFmxObject.Index.

Specifies the index of the child object in the children array attached to this object.

See Also