March 2000
Intermediate to advanced
576 pages
18h 13m
English
Assign Procedure
procedure Assign(var F: File; const FileName: string); procedure Assign(var F: TextFile; const FileName: string);
The Assign
procedure does the same thing as
AssignFile, but you should use
AssignFile in new code. Assign
is a method name that is often used in Delphi, and the two names can
result in confusion. Assign is not a real
procedure.
| AssignFile Procedure |
Read now
Unlock full access