Fmx.Bind.Navigator.TCustomBindNavigator.BtnClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BtnClick(Index: TBindNavigateBtn); virtual;

C++

virtual void __fastcall BtnClick(Data::Bind::Controls::TNavigateButton Index);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TCustomBindNavigator

Description

Simulates a button click on the binding database navigator, invoking the action of the specified button.

Use BtnClick when you want the application, not the user, to control the binding database navigator. Call BtnClick, and specify a Fmx.Bind.Navigator.TBindNavigateBtn type as the value of the Index parameter, to invoke the command associated with the selected button.

Tip: Calling BtnClick triggers the navigator's OnClick event after the default action of the button.

See Also