- 4.37.2.50. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.50. GetPageDC function
4.37.2.50. GetPageDC function
Targets: Win32 only
Graph Unit
Retrieves a handle of a display device context (DC) for
the active graphical page.
Declaration:
function GetPageDC(PageNo: DWORD): HDC;
Remarks:
After painting with a common device context, the
ReleasePageDC procedure must be called
to release the device context.
- 4.37.2.50. -