Vcl.Bind.Navigator.TCustomBindNavigator.BtnIDClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BtnIDClick(Index: TNavBtnID); override;

C++

virtual void __fastcall BtnIDClick(int Index);

Properties

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

Description

Simulates a button click on the bind navigator, which invokes the action of the button given through its ID.

BtnIDClick internally calls BtnClick and automatically converts the numeric button ID to a TNavButton.

See Also