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

TObjectType

Indicates which objects should be visible in a Shell control.

Declaration

Source position: shellctrls.pas line 40

type TObjectType = (

  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.

);

Description

TObjectType is an enumerated type with values that indicate which file system objects are visible in a Shell control. Values from the enumeration are stored in the TObjectTypes set type.

See also

TObjectTypes

  

Set type with values that indicate the visible objects 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