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

cxShellObjectInternalRelativeVirtualPathPrefix Constant

In This Article

Provides the relative virtual path prefix.

#Declaration

Delphi
const cxShellObjectInternalRelativeVirtualPathPrefix = '::{63BE9ADB-E4B5-4623-96AA-57440B4EF5A8}';

#Remarks

Use the cxShellObjectInternalRelativeVirtualPathPrefix constant to access a virtual shell item. Virtual shell items have no physical analogs. Examples of virtual shell objects are: network printers, networked computers, Control Panel applications, Recycle Bin, and My Computer.

The cxShellObjectInternalRelativeVirtualPathPrefix constant provides access to virtual shell items relative to the currently opened shell item.

The following example demonstrates how to access the Control Panel shell item from the My Computer “folder”:

Delphi
cxShellListView1.AbsolutePath := cxShellObjectInternalAbsoluteVirtualPathPrefix + '\Control Panel';
See Also