Previous: 4.67.1.17. IsConsole variable To the Table of Contents Next: 4.67.1.19. LongRec type
4.67.1.17. IsConsole variable Table of Contents 4.67.1.19. LongRec type

- 4.67.1.18. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.1. System Unit Variables
4.67.1.18. IsLibrary variable


4.67.1.18. 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: 4.67.1.17. IsConsole variable To the Table of Contents Next: 4.67.1.19. LongRec type
4.67.1.17. IsConsole variable Table of Contents 4.67.1.19. LongRec type

- 4.67.1.18. -