FireDAC.Comp.BatchMove.TFDBatchMove.Writer

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 Writer: IFDBatchMoveWriter read FWriter write SetWriter;

C++

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

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