Data.Bind.Controls.TBindNavigatorController.DisableButtons
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.Bind.Controls.pas Data.Bind.Controls.hpp
| |
Unit: Data.Bind.Controls | |
Parent: TBindNavigatorController |
Delphi
procedure DisableButtons(ASetEnabled: TProc<TNavigateButton, Boolean>);
C++
void __fastcall DisableButtons(System::DelphiInterface<System::Sysutils::TProc__2<TNavigateButton,bool> > ASetEnabled);
Description
Disables all the buttons of the bind navigator controller at once.