RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.DoShow Method

Form show event dispatcher.

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

DoShow is called automatically when the application is about to show the form. As implemented in TCustomForm, DoShow simply calls the OnShow event handler. 

 

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