TdxPSExplorerFolder.FolderCount Property
Returns the number of child folders.
Declaration
property FolderCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the FolderCount property to obtain the number of folders within the current folder. This property can be used in combination with the Folders property to traverse through the child folders.
See Also