JVCL Help:TShellObjectType

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates types of objects.

run\JvWinDialogs.pas


Pascal

 run\JvWinDialogs.pas
 TShellObjectType = (
sdPathObject,
sdPrinterObject
);
TShellObjectTypes = setof TShellObjectType;


Members

Members Description
sdPathObject The object is a file or a folder.
sdPrinterObject The object is a printer.

run\JvWinDialogs.pas


Description

Use the TShellObjectType to specify the type of an object. TShellObjectTypes is a set of TShellObjectType objects.

run\JvWinDialogs.pas


About

Navigation

no pages or subcategories

run\JvWinDialogs.pas



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