[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Extract OS handle from an untyped file or text file.
Source position: line 0
function GetFileHandle( |
var f: file |
):LongInt; |
var f: Text |
):LongInt; |
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.
No notes exist for this page yet.