RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSingleRecordActionRequestImpl.AdapterModes Property

Lists the modes for the adapters that the AdapterNames property lists.

Pascal
property AdapterModes: TAdapterModes;
C++
__property TAdapterModes AdapterModes;

Read AdapterModes to extract an adapter mode from the HTTP request. The AdapterNames property gives the corresponding adapter to which the mode should be applied. 

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 AdapterModes when iterating over all the modes in the request. To obtain the mode for a specific adapter, use the FindAdapterMode method instead. 

 

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