RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScreen.ActiveCustomForm Property

Indicates the descendant of TCustomForm that currently has focus.

Pascal
property ActiveCustomForm: TCustomForm;
C++
__property TCustomForm ActiveCustomForm;

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!