[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when the value in FilterIndex has been changed.
Source position: dialogs.pp line 165
public procedure TFileDialog.DoTypeChange; virtual; |
DoTypeChange is called when a new value is assigned to the FilterIndex property. It occurs after then value is FilterIndex has been stored to its property member.
DoTypeChange signals the OnTypeChange event handler (when assigned) using the TFileDialog instance as the control for the notification.
|
A string which contains available filename filters used to select files by their file extensions. |
|
|
This property sets which file filter is the default. |
|
|
Event handler signalled when the selected file type or filter index is changed. |
Version 4.0 | Generated 2025-05-03 | Home |