Data.Bind.Controls.TBindNavigatorController.CanModify

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

Delphi

property CanModify: Boolean read GetCanModify;

C++

__property bool CanModify = {read=GetCanModify, nodefault};

プロパティ

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

説明

このバインディング ナビゲータで内部的に使用されるバインディング式を通じて、データ ソースで指定されたデータを変更できるかどうかを判定します。


CanModify プロパティは、このバインディング データベース ナビゲータで内部的に使用されるバインディング式を通じて、データ ソースで指定されたデータを変更できる場合には True で、そうでない場合には False になります。

関連項目