File handle type alias
Source position: advancedipc.pp line 48
type TFileHandle = Classes.THandle; |
The TFileHandle type is an alias for the platform-specific file handle type from the Classes unit. Used internally for file operations in IPC communication.