[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 42

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 which objects should be shown in this control (for example if it should show files and directories or only directories).

TCustomShellListView.ObjectTypes

  

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.