Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

GetFileHandle

Extract OS handle from an untyped file or text file.

Declaration

Source position: filutilh.inc line 285

function GetFileHandle(

  var f: file

):THandle;

function GetFileHandle(

  var f: Text

):THandle;

Description

GetFileHandle returns the operating system handle for the file descriptor F. It can be used in various file operations which are not directly supported by the pascal language.


Documentation generated on: Jul 24 2023