FireDAC.Stan.Option.TFDSecurityOptions.AllowSQLChange

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

Delphi

property AllowSQLChange: Boolean read GetAllowSQLChange

C++

__property bool AllowSQLChange = {read=GetAllowSQLChange, write=SetAllowSQLChange, stored=IsASCS, default=1};

プロパティ

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


説明

実行時に FireDAC SQL クエリのテキストの変更を有効にするには、True を設定します。

関連項目