ReleaseClientDC method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int ReleaseClientDC (void);

Delphi Syntax

ReleaseClientDC: Integer;

Overview

Refer to Using the Windows API.

Remarks

Reverses the action of the GetClientDC method.

You should use this method when the Main Control's client area no longer needs to be available for Windows API functions.

See Also

Elements:

GetClientDC method, ReleaseBitmapDC method, GetBitmapDC method

Topics:

Working with the Control: Client Area Usage