Vcl.Forms.TPopupFormArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TPopupFormArray = array of TPopupForm;

C++

typedef System::DynamicArray<TPopupForm> TPopupFormArray;

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 forms.

TPopupFormArray is an array of pop-up forms.

See Also