Data.Bind.Controls.TBindNavigatorController.DisableButtons

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController


Beschreibung

Deaktiviert gleichzeitig alle Schaltflächen des Bindungsnavigator-Controllers.

Siehe auch