Previous: 4.67.1.27. RandSeed variable To the Table of Contents Next: 4.67.1.29. StdInputHandle variable
4.67.1.27. RandSeed variable Table of Contents 4.67.1.29. StdInputHandle variable

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


4.67.1.28. StdErrorHandle variable

Targets: Win32 only


System Unit

The StdErrorHandle variable contains a handle for the standard error device of the console's active screen buffer.

Declaration:
var StdErrorHandle: DWORD;
Remarks:
TMT Pascal uses GetStdHandle(STD_ERROR_HANDLE) Windows API function to initialize StdErrorHandle variable. In a GUI application or library (DLL), StdErrorHandle is always 0.


Previous: 4.67.1.27. RandSeed variable To the Table of Contents Next: 4.67.1.29. StdInputHandle variable
4.67.1.27. RandSeed variable Table of Contents 4.67.1.29. StdInputHandle variable

- 4.67.1.28. -