RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.VisibleChanging Method

Responds just before the form changes the value of its Visible property.

Pascal
procedure VisibleChanging; override;
C++
virtual __fastcall VisibleChanging();

This protected method raises an exception if, for some reason, the form should not change its visible state. 

 

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