FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetWriter.Optimise

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Optimise;

C++

__property Optimise = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.BatchMove.DataSet.pas
FireDAC.Comp.BatchMove.DataSet.hpp
FireDAC.Comp.BatchMove.DataSet TFDBatchMoveDataSetWriter

Description

Use the Optimise property to setup the dataset for optimal reading / writing speed.

FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetWriter.Optimise inherits from FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver.Optimise. All content below this line refers to FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver.Optimise.

Use the Optimise property to setup the dataset for optimal reading / writing speed.

The Optimise property is set to True by default which prepares the dataset for optimal reading / writing speed on starting a data move operation. For that purpose TFDBatchMoveDataSetDriver modifies the dataset options.

Note: These options are not restored at the end of the data moving.

Optimise is only supported by FireDAC datasets and has no effect one non-FireDAC ones.

Set the Optimise property to False to allow the dataset content to be visualized using a visual component such as a TDBGrid.

See Also