FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriver.Stream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stream: TStream read FStream write FStream;

C++

__property System::Classes::TStream* Stream = {read=FStream, write=FStream};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.BatchMove.Text.pas
FireDAC.Comp.BatchMove.Text.hpp
FireDAC.Comp.BatchMove.Text TFDBatchMoveTextDriver

Description

Use the Stream property to specify a reference to a stream providing the source or the destination data.

Use the FileName property as an alternative to the Stream property. FileName and Stream are mutually exclusive.

Note: The reading or writing starts from the current stream position.

See Also