Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxShellFolderProperty Enum

Enumerates shell item properties.

#Declaration

Delphi
TcxShellFolderProperty = (
    sfpBrowsable,
    sfpCompressed,
    sfpEncrypted,
    sfpNewContent,
    sfpNonEnumerated,
    sfpRemovable
);

#Members

Name Description
sfpBrowsable

The shell item cam be hosted inside a web browser or Windows Explorer frame.

sfpCompressed

The shell item is compressed.

sfpEncrypted

The shell item is encrypted.

sfpNewContent

The shell item has new content.

sfpNonEnumerated

The shell item is a non-enumerated item. An enumerator created by the IShellFolder.EnumObjects method does not return such items.

sfpRemovable

The shell item is a removable device or it is located on a removable device.

#Remarks

The TcxShellFolderProperties type references the TcxShellFolderProperty type.

See Also