Data.Bind.Components.TCustomBindGridLink.Edit

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

Delphi

function Edit: Boolean;

C++

bool __fastcall Edit();

プロパティ

種類 可視性 ソース ユニット
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink

説明

IBindLink.Edit の実装です。 リンクを編集モードにするために使用されます。大抵、Edit メソッドは、ユーザーがグリッド コントロールに入力した際に呼び出されます。True が返されると、編集が許可されたことを意味します。

関連項目