RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.Active Property

Specifies whether the form has focus.

Pascal
property Active: Boolean;
C++
__property Boolean Active;

Use Active to determine whether the form has focus. The Active Form receives all keyboard input. If it has a title bar, it is drawn using the active colors specified in the Control panel. 

If Active is true , the form has focus; if Active is false, the form does not have focus. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!