JCL Help:TJclHandleStream.Create@THandle

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Constructor of the TJclHandleStream class.


Pascal

 public constructor Create(AHandle: THandle);


Parameters

Parameters Description
AHandle: THandle Handle to store data. It may be a file handle, a socket or every other data handle).


Description

This constructor creates a new instance of the TJclHandleStream class and attaches this instance to the specified handle.


About

Donator

Robert Marquardt


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