Vcl.Forms.TPopupFormArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TPopupFormArray = array of TPopupForm;

C++

typedef System::DynamicArray<TPopupForm> TPopupFormArray;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Beschreibung

Ein Array mit Popup-Formularen.

TPopupFormArray ist ein Array mit Popup-Formularen.

Siehe auch