Vcl.Forms.Ctl3DDlgFramePaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Ctl3DDlgFramePaint: function(Window: HWnd; Msg, wParam, lParam: Longint): Longint stdcall = nil; { obsolete }

C++

extern DELPHI_PACKAGE int __stdcall (*Ctl3DDlgFramePaint)(HWND Window, int Msg, int wParam, int lParam);

Properties

Type Visibility Source Unit Parent
variable public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

Function used to paint the CTL3D dialog frames.

Ctl3DDlgFramePaint is an obsolete function used by the former Windows NT 3.51 CTL3D support, for the purpose of painting the CTL3D dialog frames.

See Also