TcxShellFolder.SubFolders Property
In This Article
Identifies if the shell item contains subfolders.
#Declaration
Delphi
property SubFolders: Boolean read;
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
Note
The Sub
function can return True
for some systems, even if the shell item does not contain any subfolders.
See Also