FMX.Forms.TScreen.CreatePopupList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreatePopupList(const SaveForm: TCommonCustomForm): TList<TCommonCustomForm>;

C++

System::Generics::Collections::TList__1<TCommonCustomForm*>* __fastcall CreatePopupList(TCommonCustomForm* const SaveForm);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen

Description

Returns a list of pop-up forms created in the application that are visible, are not SaveForm, and are not antecedents of SaveForm.

See Also