TcxCustomShellBrowserDialog Class
Serves as the base class for the TcxShellBrowserDialog class.
Declaration
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
TObject
TPersistent
TComponent
TcxCustomComponent
TcxCustomShellBrowserDialog
See Also