FMX.Forms.TScreen.NextActiveForm

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function NextActiveForm(const OldActiveForm: TCommonCustomForm): TCommonCustomForm;

C++

TCommonCustomForm* __fastcall NextActiveForm(TCommonCustomForm* const OldActiveForm);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen

Beschreibung

Gibt das nächste aktive Formular nach dem in OldActiveForm übergebenen Objekt zurück.

Siehe auch