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. 

 

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