TdxPSExplorerFolder.ItemCount Property
Returns the number of report items within the current folder.
Declaration
property ItemCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the ItemCount property to obtain the number of items stored within the current folder. This property can be used in combination with the Items property to traverse through items available in a folder.
See Also