FMX.ExtCtrls.TPopupBox.DoPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoPopup; virtual;

C++

virtual void __fastcall DoPopup();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPopupBox

Description

Creates and displays the pop-up box onscreen. DoPopup is called when the user clicks the TPopupBox control.

See Also