Language:
Русский
English
far (reserved word)
The far directive specifies the far call method, which calls instructions in another code segment.
Syntax
procedure Name; far;
Remarks
Procedures declared in the interface section of a unit are far so they can be called from other units.
The $F compiler directive can override the compiler's automatic call model selection. Procedures and functions declared in the {$F+} state are always far.