RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.ModalFinished Method

Track closing of modal form.

Pascal
procedure ModalFinished;
C++
__fastcall ModalFinished();

Call ModalFinished to indicate that a modal form is being closed. ModalFinished is called by the ShowModal method of TCustomForm

ModalFinished calls the OnModalEnd event handler, if defined. 

 

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