FireDAC.Comp.Client.TFDCustomMemTable.FetchOnDemand

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

Delphi

property FetchOnDemand: Boolean read GetFetchOnDemand write SetFetchOnDemand;

C++

__property bool FetchOnDemand = {read=GetFetchOnDemand, write=SetFetchOnDemand, nodefault};

プロパティ

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

説明

FetchOptions.Mode のショートカット。

FetchOnDemandFetchOptions.Mode へのショートカットで、fmAll / fmOnDemand と同等であり、これにより、結果セットのフェッチ モードを、設定/取得することができます。

このプロパティは、TClientDataSet 互換性のためのものです。

関連項目