Data.Bind.Controls.TBindNavigatorController.DisableButtons

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController


説明

バインド ナビゲータ コントローラのボタンをすべて一度に無効にします。

関連項目