JCL Help:TJclStreamSeekEvent
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclStreamSeekEvent Type
[+] JclStreams.pas Types
Search in JCL Help
Search in all projects
Summary
The summary for this help topic does not exist, edit this page
Pascal
TJclStreamSeekEvent = function (Sender: TObject; const Offset: Int64; Origin: TSeekOrigin): Int64 of object;
public property OnSeek: TJclStreamSeekEvent;
Parameters
Parameters | Description |
Count | Origin (valid values are soBeginning, soCurrent or soEnd). |
Offset | Number of bytes to seek from specified origin. |
Sender | Object that triggers the event. |
Return Value
Returns the new position from the beginning of the stream.
Description
The description for this help topic does not exist, edit this page
About
Unit
Donator
Florent Ouchet
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