JVCL Help:TJvBrowseForFolderDialog.SetExpanded@string

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Expands a path in the Browse dialog box.


Pascal

 procedureSetExpanded(constAPath: string); overload;
procedureSetExpandedW(constAPath: WideString);
procedureSetExpanded(IDList: PItemIDList); overload;


Parameters

Parameters Description
const APath: string Specifies the path to expand as a string or as a wide string.
IDList: PItemIDList Specifies the path to expand as pointer to an item identifier list.


Description

Call SetExpanded or SetExpandedW to expand a path in the Browse dialog. The path to expand can be specified as pointer to an item identifier list (PIDL), as a string or as a wide string.
Calls to SetExpanded or SetExpandedW do have no effect while the dialog is not active.


See Also

TJvBrowseForFolderDialog.SetSelection


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page