![]() |
![]() ![]() ![]() |
dcFolderEdit component.
|
type
|
TdcBrowseDialogSpecialLocation =
|
(slNone, slDesktop,
|
slPrograms, slControlPanel,
|
slPrinters, slPersonal,
|
slFavorites, slStartup,
|
slRecent, slSendto,
|
slRecycleBin, slStartMenu,
|
slDesktopDirectory, slMyComputer,
|
slNetwork, slNethood,
|
slFonts, slTemplates);
|
|
property SpecialLocation: TdcBrowseDialogSpecialLocation;
|
The SpecialLocation property used to specify the special shell folder to browse.
|
|
For example, if you would like to choose folders in "Start" menu, set SpecialLocation property to slStartMenu. If you wish to browse for printers and allow to choose only printers, set SpecialLocation property to slPrinters.
|
|
![]() |
SpecialLocation property of the dcBrowseDialog component.
|