RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterModes.AdapterCount Property

Indicates the number of adapters whose modes are stored in the current request.

Pascal
property AdapterCount: Integer;
C++
__property int AdapterCount;

Read AdapterCount to determine how many adapter modes you can extract from the current HTTP request. AdapterCount provides an upper bound to the index on the AdapterNames and AdapterModes property arrays. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!