Vcl.Forms.TTaskWindowList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TTaskWindowList = ^Pointer;

C++

typedef void * TTaskWindowList;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

Internally used for EnableTaskWindows and DisableTaskWindows.

TTaskWindowList is internally used for calling the EnableTaskWindows and DisableTaskWindows methods.

See Also