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

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

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

See also
Items property.