FireDAC.Stan.Option.TFDUpdateOptions.EnableInsert

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

Delphi

property EnableInsert: Boolean read GetEnableInsert write SetEnableInsert  stored IsEIS default True;

C++

__property bool EnableInsert = {read=GetEnableInsert, write=SetEnableInsert, stored=IsEIS, default=1};

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDUpdateOptions

説明

データセットへのレコード挿入が可能になります。

EnableInsert プロパティを使用すると、データセットへの新しいレコードの追加が可能になります(True)。できない場合(False)、Insert/Append メソッドは例外を発生させます。デフォルト値は True です。

データセットを読み取り専用にする必要がある場合、ReadOnly プロパティを使用します。

関連項目