FireDAC.Comp.BatchMove.TFDBatchMove.Analyze

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMove

Delphi

property Analyze: TFDBatchMoveAnalyze read FAnalyze write FAnalyze default [];

C++

__property TFDBatchMoveAnalyze Analyze = {read=FAnalyze, write=FAnalyze, default=0};

Description

Use the Analyze property to automatically invoke GuessFormat method.

When the Analyze property value is not empty, then the batch move component tries to automatically recognize the data source format by calling the GuessFormat method as part of the Execute method call.

See Also