Vcl.Bind.Navigator.TCustomBindNavigator.Buttons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Buttons[Index: TNavigateButton]: TNavButton read GetButton;

C++

__property Vcl::Buttons::TNavButton* Buttons[Data::Bind::Controls::TNavigateButton Index] = {read=GetButton};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator TCustomBindNavigator

Description

Accesses individual buttons of the bind navigator.

Use the Buttons property to access individual buttons of the binding navigator.

See Also