[Overview][Types][Classes][Procedures and functions][Index] |
Event handler signalled when the selected item in ShellTreeView is changed.
Source position: lazdialogs.pas line 45
public procedure TLazarusFileDialogForm.HandleTreeViewSelectionChanged( |
ASender: TObject |
); |
ASender |
|
Component generating the event notification. |
HandleTreeViewSelectionChanged is a procedure used as the event handler for a change to the selected item in the ShellTreeView control. It is assigned to the OnSelectItem property for the ShellListView control in the Initialize method.
HandleTreeViewSelectionChanged is used in directory selection dialogs (Kind contains ldkSelectDirectory). HandleTreeViewSelectionChanged ensures that the OK button in ButtonPanel is enabled.
|
Shell tree view control for the Lazarus dialog form. |
|
|
Button panel for the Lazarus dialog form. |
|
|
Enumerated type which represents the dialog kind in a Lazarus dialog form. |
Version 4.0 | Generated 2025-05-03 | Home |