FireDAC.Comp.BatchMove.TFDBatchMove.Writer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Writer: IFDBatchMoveWriter read FWriter write SetWriter;

C++

__property _di_IFDBatchMoveWriter Writer = {read=FWriter, write=SetWriter};

Properties

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

Description

Use the Writer property to assign a data writer.

At design-time, dropping a data writer component on the same form as the TFDBatchMove component automatically assigns the writer component to the Writer property. At run-time, creating a data writer component with the TFDBatchMove as a component owner automatically assigns the writer component to the Writer property. The Writer property must be assigned before calling the Execute method.

The following components are the standard FireDAC data writers:

See Also