[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

THandleStream.Create

Create a handlestream from an OS Handle.

Declaration

Source position: classesh.inc line 639

public constructor THandleStream.Create(

  AHandle: Integer

);

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

TStream

  

Base class for streams.