RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileDialog.DoOnTypeChange Method

Call OnTypeChange event method if defined.

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

DoOnTypeChange calls the OnTypeChange event, if the event is defined. DoOnTypeChange is called when the user changes the file type selection in the dialog. 

 

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