Vcl.Forms.TApplication.RemovePopupForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemovePopupForm(APopupForm: TCustomForm);

C++

void __fastcall RemovePopupForm(TCustomForm* APopupForm);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Removes a PopupForm from the current form.

RemovePopupForm removes a formerly added popup form.

See Also

Code Examples