Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
/img/help/home.gif

TECLBaseStream.Write

TECLBaseStream


Writes Count bytes from the Buffer to the current position in the resource and sets Modified to True.

 

function Write(const Buffer; Count: Longint): Longint; override;

 

Description

Use Write to write Count bytes to the resource associated with the data stream, starting at the current position. After writing to the resource, Write advances the current position by the number of bytes written, sets Modified to True, and returns the number of bytes written.

 

All other data-writing methods of a ECL stream (WriteBuffer, WriteComponent) call Write to do the actual writing.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database May 17, 2024