Vcl.Forms.TApplication.PopupControlWnd
Delphi
property PopupControlWnd: HWND read FPopupControlWnd;
C++
__property HWND PopupControlWnd = {read=FPopupControlWnd, nodefault};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | public | Vcl.Forms.pas Vcl.Forms.hpp  | 
        Vcl.Forms | TApplication | 
Beschreibung
Gibt das Handle für die Behandlungsroutine des Popup-Steuerelements an.
PopupControlWnd ist eine schreibgeschützte Eigenschaft, die das Handle für die Behandlungsroutine des Popup-Steuerelements angibt.
Anmerkung: Wenn die Anwendung startet, wird der Wert von PopupControlWnd auf eine bestimmte private Methode in TApplication gesetzt.