ResourceCount Property
The number of files and folders.
Syntax
__property int ResourceCount = {read=FResourceCount, write=FSetResourceCount};
Default Value
0
Remarks
This property holds the number of resources returned by ListResources. Set ResourceIndex to a value from 0 to ResourceCount - 1 to select a resource.
This property is read-only and not available at design time.
Data Type
Integer