FMX.Forms.TScreen.PopupFormCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupFormCount: Integer read GetPopupFormCount;

C++

__property int PopupFormCount = {read=GetPopupFormCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen

Description

Indicates the number of pop-up forms currently created in the application.

Read PopupFormCount to obtain the number of pop-up forms currently created in the application. These pop-up forms can be accessed by the PopupForms property. PopupFormCount can be used with PopupForms to iterate over all pop-up forms in the application.

See Also