Procedures Delphi

procedure Close ( var FileHandle : TextFile ) ;


Description
The Close procedure closes an open file given by FileHandle.

Close is obsolete, being replaced by CloseFile because of name conflicts.

Related commands
CloseFile Closes an open file