[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, also known as directories, should be visible. This include folders which represent virtual objects such as hard drives. 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 together with one of the other values.

);

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