Data.Bind.Controls.TBindNavigatorController.ExecuteButton

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Unit: Data.Bind.Controls
Parent: TBindNavigatorController

Delphi

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

C++

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

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