Previous: IsConsole variable To the Table of Content Next: LongRec type

- 4.62.1.18 -
Standard Units
System Unit
System Unit Variables

IsLibrary variable

Targets: MS-DOS, OS/2, Win32


System Unit

IsLibrary is a boolean varible which is TRUE if the application was compiled as a dynamic-link library (DLL) and FALSE if the application was compiled as an executable (EXE).

Declaration:
var IsLibrary: Boolean;
MS-DOS target:
IsLibrary variable is always FALSE.


Previous: IsConsole variable To the Table of Content Next: LongRec type
IsConsole variable Table of Content LongRec type

- 4.62.1.18 -