[Overview][Constants][Classes][Procedures and functions] | Reference for unit 'Pipes' (#fcl) |
Write data to the stream.
Source position: pipes.pp line 38
public function TInputPipeStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Memory buffer containing the data to be written. |
Count |
|
Number of bytes that must be written. |
Number of bytes actually written.
Write overrides the parent implementation of Write. On a TInputPipeStream will always raise an exception, as the pipe is read-only.
An ENoWritePipe exception is raised when this function is called.
|
Read data from the stream to a buffer. |
|
|
Set the current position of the stream |
No notes exist for this page yet.