RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterModes.AdapterNames Property

Lists the names of the adapters for which the HTTP request contains mode information.

Pascal
property AdapterNames [I: Integer]: string;
C++
__property AnsiString AdapterNames[int I];

Read AdapterNames to obtain the names of the adapters that have mode information included in the HTTP request. Each adapter name is the name of the variable that refers to the adapter in server-side script. 

I is the index of the adapter, where 0 indicates the first adapter, 1 indicates the second adapter, and so on. The AdapterCount property provides an upper bound for this index. 

Use AdapterNames when iterating over all the adapters in the request. To obtain the mode of a specified Adapter given its name, use the FindAdapterMode method. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!