Data.Bind.Controls.TBindNavigatorController.DisableButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisableButtons(ASetEnabled: TProc<TNavigateButton, Boolean>);

C++

void __fastcall DisableButtons(System::DelphiInterface<System::Sysutils::TProc__2<TNavigateButton,bool> > ASetEnabled);

Properties

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

Description

Disables all the buttons of the bind navigator controller at once.

See Also