JCL Help:TJclEventStream.Seek@Int64@TSeekOrigin
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclEventStream.Seek Method
[+] TJclEventStream Events
[+] TJclEventStream Methods
Search in JCL Help
Search in all projects
Summary
The summary for this help topic does not exist, edit this page
Pascal
public function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; override;
Parameters
Parameters | Description |
const Offset: Int64 | Number of bytes to seek from the origin. |
Origin: TSeekOrigin | Origin to seek from (soBeginning, soCurrent, soEnd). |
Return Value
New position in stream.
Description
Overridden method of TStream.Seek, all calls to this methods are redirected to data stream and notified to event handler.
See Also
TJclEventStream.OnNotification TJclEventStream.Read TJclEventStream.SetSize TJclEventStream.Write
About
Donator
Heinz Zastrau
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page