Vcl.Forms.TPopupWndArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TPopupWndArray = array of TPopupWnd;

C++

typedef System::DynamicArray<TPopupWnd> TPopupWndArray;

Properties

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

Description

An array of pop-up windows.

TPopupWndArray is an array of pop-up windows.

See Also