[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: shellctrls.pas line 147
type TCustomShellListView = class(TCustomListView) |
protected |
procedure PopulateWithRoot; |
procedure Resize; override; |
public |
constructor Create(); override; |
destructor Destroy; override; |
function GetPathFromItem(); |
property Mask: String; [rw] |
property ObjectTypes: TObjectTypes; [rw] |
property Root: String; [rw] |
property ShellTreeView: TCustomShellTreeView; [rw] |
property Items; |
end; |
| | ||
|
TCustomListView - the base class for TListView |
|
| | ||
TWinControl |
||
? | ||
TObject |