RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.ActiveChanged Method

Active state event dispatcher.

Pascal
procedure ActiveChanged; dynamic;
C++
__fastcall ActiveChanged();

ActiveChanged is the event dispatcher for changes in the form's active status. As implemented in TCustomForm, ActiveChanged does nothing. Override this method in a descendant class to implement event handling or other response to a change in the active form. 

 

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