RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.DoHide Method

Form hide event dispatcher.

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

DoHide is called automatically when the form is hidden. 

As implemented in TCustomForm, DoHide calls the OnHide event handler. 

 

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