FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriver.Stream
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.Text.pas FireDAC.Comp.BatchMove.Text.hpp
| |
Unit: FireDAC.Comp.BatchMove.Text | |
Parent: TFDBatchMoveTextDriver |
Delphi
property Stream: TStream read FStream write FStream;
C++
__property System::Classes::TStream* Stream = {read=FStream, write=FStream};
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.