[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Record describing an untyped file.
Source position: filerec.inc line 26
type FileRec = packed record |
||
Handle: THandle; |
|
Operating system file handle. |
Mode: LongInt; |
|
Current file mode. |
RecSize: SizeInt; |
|
Record data size |
_private: array [1..3*SizeOf(SizeInt)+5*SizeOf(pointer)] of Byte; |
|
Private data. Do not use |
UserData: array [1..32] of Byte; |
|
User data. Only use when implementing new type. |
name: array [0..filerecnamelength] of Char; |
|
File name |
end; |
FileRec describes a untyped file. This record is made available so it can be used to implement drivers for other than the normal file system file records.
|
Record describing an untyped file. |
|
|
Record describing a text file type |
|
|
Record describing a text file. |
No notes exist for this page yet.