Data.Bind.Controls.TBindNavigatorController.CanInsert

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

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 になります。

関連項目