[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ShellCtrls' (#lcl)

TObjectTypes

Set type with values that indicate the visible objects in a Shell control.

Declaration

Source position: shellctrls.pas line 42

type TObjectTypes = set of (

  otFolders,

  

Indicates that folders (directories) should be visible. This includes folders which represent virtual objects such as disk devices. Hidden folders are shown only if otHidden is also present.

  otNonFolders,

  

Indicates that non-folder objects should be shown, which are usually files. Hidden files will be shown if otHidden is also present.

  otHidden

  

Indicates that hidden objects should be shown. This value is meaningful when used along with one of the other values.

);

See also

TObjectType

  

Indicates which objects should be visible in a Shell control.

TCustomShellTreeView.ObjectTypes

  

Indicates the file system objects displayed using the control.

TCustomShellListView.ObjectTypes

  

Indicates which objects are visible in the control (files and/or directories, hidden files, etc.).


Version 3.2 Generated 2024-02-25 Home