[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.
lazarus-ccr.sourceforge.net |