[Overview][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: shellctrls.pas line 119
public destructor TCustomShellTreeView.Destroy; override; |
Destroy is the destructor for the class instance. Destroy ensures that the ShellListView is set to Nil prior to calling the inherited destructor.
|
Connects this ShellTreeView to a ShellListView. |