Data.Bind.Controls.TBindNavigatorController.CanInsert
Delphi
property CanInsert: Boolean read GetCanInsert;
C++
__property bool CanInsert = {read=GetCanInsert, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Data.Bind.Controls.pas Data.Bind.Controls.hpp |
Data.Bind.Controls | TBindNavigatorController |
説明
このバインディング ナビゲータで内部的に使用されるバインディング式を通じて、データソースで指定されたデータを挿入できるかどうかを判定します。
CanInsert プロパティは、このバインディング データベース ナビゲータで内部的に使用されるバインディング式を通じて、データソースで指定されたデータを挿入できる場合には True で、そうでない場合には False になります。