FireDAC.Comp.BatchMove.TFDBatchMove.Analyze

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

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