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