Vcl.Forms.DisableTaskWindows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DisableTaskWindows(ActiveWindow: HWnd): TTaskWindowList;

C++

extern DELPHI_PACKAGE void * __fastcall DisableTaskWindows(HWND ActiveWindow);

Properties

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

Description

Processes the WM_ENABLE message on disabled windows.

DisableTaskWindows is an internally used function that processes the WM_ENABLE message on disabled windows in order to make them inactive. It is mainly used by the WndProc method of TApplication in the message processing loop, as well as in other places.

See Also