FMX.Forms.TScreen.NextActiveForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NextActiveForm(const OldActiveForm: TCommonCustomForm): TCommonCustomForm;

C++

TCommonCustomForm* __fastcall NextActiveForm(TCommonCustomForm* const OldActiveForm);

Properties

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

Description

Returns the next active form that follows the passed OldActiveForm.

See Also