Vcl.Forms.TScreen.ActiveCustomForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveCustomForm: TCustomForm read FActiveCustomForm;

C++

__property TCustomForm* ActiveCustomForm = {read=FActiveCustomForm};

Properties

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

Description

Indicates the descendant of TCustomForm that currently has focus.

Read ActiveCustomForm to learn which form or property page has input focus. If the active custom form is a TForm object, ActiveCustomForm is the same as ActiveForm.

See Also