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

TcxCustomShellBrowserDialog Class

Serves as the base class for the TcxShellBrowserDialog class.

#Declaration

Delphi
TcxCustomShellBrowserDialog = class(
    TcxCustomComponent,
    IdxSkinSupport
)

#Remarks

This class defines the basic functionality for the shell browser dialog controls:

  • The Path property, specifying the path to the current shell item.
  • The AbsolutePIDL property, returning the current shell item’s identifier (PIDL).
  • The Root property, containing the starting folder settings.
  • The Options property, providing access to the behavior options of the shell browser dialog.
  • The ShowButtons, ShowInfoTips, ShowLines and ShowRoot properties affecting the appearance of the shell browser dialog folder tree.
  • The Execute method, invoking the shell browser dialog.

#Implements

#Inheritance

See Also