FireDAC.Comp.Client.TFDCustomCommand.FetchOptions

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

Delphi

property FetchOptions: TFDFetchOptions read GetFetchOptions write SetFetchOptions;

C++

__property Firedac::Stan::Option::TFDFetchOptions* FetchOptions = {read=GetFetchOptions, write=SetFetchOptions};

プロパティ

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

説明

行の取得を制御する一連のオプションです。


FetchOptions プロパティは、カーソル行の取得を制御する一連のプロパティを表します。これらのプロパティは、接続オブジェクトのプロパティ FetchOptions から値を継承します。

関連項目