processlist Count property
Return to Introduction  Previous page  Next page
Applies to
acProcessList and acConnectionList components.  

Declaration
property Count: Integer; // read-only!  

Description
The Count is the read-only property which determines the number of Items (TacProcess objects) which are available in the list.  
 
To get access to the list items — use Items property.  

See also
Items property.