|
RAD Studio VCL Reference
|
Adds a PopupForm to the current form.
function AddPopupForm(APopupForm: TCustomForm): Integer;
__fastcall int AddPopupForm(TCustomForm APopupForm);
AddPopupForm adds a TCustomForm, that acts as a popup, in the current form. Popup handling is done by using an TPopupFormArray.
The method returns the popup form id representing the order number of the currently added popup element.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|