[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Create a handlestream from an OS Handle.
Source position: classesh.inc line 648
public constructor THandleStream.Create( |
AHandle: Integer |
); |
Createcreates a new instance of a THandleStreamclass. It stores AHandlein an internal variable and then calls the inherited constructor.
|
Base class for streams. |