Vcl.Forms.TPopupWndArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TPopupWndArray = array of TPopupWnd;

C++

typedef System::DynamicArray<TPopupWnd> TPopupWndArray;

Eigenschaften

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

Beschreibung

Ein Array mit Popup-Fenstern.

TPopupWndArray ist ein Array mit Popup-Fenstern.

Siehe auch