Vcl.Forms.EnableTaskWindows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnableTaskWindows(WindowList: TTaskWindowList);

C++

extern DELPHI_PACKAGE void __fastcall EnableTaskWindows(TTaskWindowList WindowList);

Properties

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

Description

Processes the WM_ENABLE message on disabled windows.

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

See Also