[Overview][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: shellctrls.pas line 290
public destructor TCustomShellListView.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that a control assigned to the ShellTreeView property is set to Nil. Destroy calls the inherited method.
|
Used to connect the ShellListView to a ShellTreeView. |