RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog.DoOnSelectionChange Method

Call OnSelectionChange event method if defined.

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

DoOnSelectionChange calls the OnSelectionChange event, if the event is defined. DoOnSelectionChange is called when the user changes the selection in the dialog. 

 

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