Data.Bind.Controls.TBindNavigatorController.ExecuteButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExecuteButton(AButton: TNavigateButton; AConfirmDelete: TFunc<Boolean>);

C++

void __fastcall ExecuteButton(TNavigateButton AButton, System::DelphiInterface<System::Sysutils::TFunc__1<bool> > AConfirmDelete);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController

Description

Executes the function attached to the specific given button.

The ExecuteButton method executes the function attached to the button given through the AButton parameter.

For instance, if the AButton is nbLast, then the cursor is moved to the last record in the dataset.

See Also