Fmx.Bind.Navigator.TCustomBindNavigator.Buttons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Buttons: array[TBindNavigateBtn] of TBindNavButton;

C++

System::StaticArray<TBindNavButton*, 12> Buttons;

Properties

Type Visibility Source Unit Parent
field protected
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TCustomBindNavigator

Description

Provides access to individual buttons of this binding database navigator.

Use the Buttons property whenever you require access to a specific button of this binding database navigator. If you want to set the buttons that this navigator displays at run time, affect the VisibleButtons property.

See Also