The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Events


Unit: SDL_foldertree
Class: TFolderTree
Declaration: property OnChange: TNotifyEvent;
property OnClick: TNotifyEvent;
property OnDblClick: TNotifyEvent;
property OnDirChange: TNotifyEvent;
property OnEnter;
property OnExit;
property OnKeyDown: TKeyEvent;
property OnKeyPress: TKeyPressEvent;
property OnKeyUp: TKeyEvent;
property OnMouseDown: TMouseEvent;
property OnMouseLeave: TMouseEvent;
property OnMouseEnter: TMouseEvent;

The event OnDirChanged is triggered when the selected path has changed. All other events perform like the corresponding standard events of other Delphi/C++Builder controls (see the compiler manuals for more details).


Last Update: 2023-Dec-08