Show: Delphi
C++
Display Preferences
AdaptReq.IAdapterModes.AdapterCount
From XE2 API Documentation
Delphi
property AdapterCount: Integer read GetAdapterCount;
C++
__property int AdapterCount = {read=GetAdapterCount};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | IAdapterModes |
Description
Indicates the number of adapters whose modes are stored in the current request.
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.