THandleStream.Create
Create a handlestream from an OS Handle.
Declaration
Source position: classesh.inc line 1172
public
constructor Create(AHandle: THandle);
Description
Create creates a new instance of a THandleStream class. It stores AHandle in an internal variable and then calls the inherited constructor.
See also
Name | Description |
---|---|
TStream | Base class for streams. |