AdapterCount Property
The number of adapters in the system.
Syntax
__property int AdapterCount = {read=FAdapterCount, write=FSetAdapterCount};
Default Value
0
Remarks
This property shows how many adapters are installed in the system. You can set the AdapterIndex from 0 to the AdapterCount, and then examine the Adapter properties such as AdapterDescription, AdapterName, and AdapterIPAddress to retrieve information about each adapter.
This property is read-only.
Data Type
Integer