ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TShellBrowser.OnRename Property

This event occurs when the user selected 'Rename' in the context menu of an object.

Syntax
Pascal
property OnRename: TNotifyEvent;

When this event occurs, you can allow the user to edit the name of the current object, e.g. by using inplace editing of a TreeView or ListView.

Copyright (c) 2011. All rights reserved.