RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommonDialog.DoShow Method

Generates an OnShow event.

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

DoShow is called automatically when the dialog is first displayed. Override this method to provide additional processing other than calling the OnShow event handler. For example, to perform initializations that use protected methods of the dialog class, override DoShow rather than writing an OnShow event handler (which can access only public methods). 

 

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