FireDAC.Comp.Client.TFDCustomCommand.ResourceOptions

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

Delphi

property ResourceOptions: TFDBottomResourceOptions read GetResourceOptions write SetResourceOptions;

C++

__property Firedac::Stan::Option::TFDBottomResourceOptions* ResourceOptions = {read=GetResourceOptions, write=SetResourceOptions};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

説明

リソースの使い方を制御する一連のオプションです。


ResourceOptions プロパティは、コマンドがリソースをどう使用するかを制御するためのプロパティ群です。これらのプロパティは、接続オブジェクトの ResourceOptions から値を継承します。

関連項目