RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.ModalStarted Method

Track opening of modal form.

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

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

ModalStarted calls the OnModalStart event handler, if defined. 

 

OnModalStart 

ModalFinished 

ShowModal

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