RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.GetAdapterModeNames Method

Retrieves the strings for all the possible modes of this adapter.

Pascal
procedure GetAdapterModeNames(AStrings: TStrings);
C++
__fastcall GetAdapterModeNames(TStrings AStrings);

GetAdapterModeNames adds the names of all possible values of the Mode property to the specified string list. At design time, this method is used to generate a drop-down list of adapter modes. 

AStrings is an existing string list to fill with the names of the adapter modes. 

GetAdapterModeNames adds the following names to AStrings: 

Insert 

Edit 

Browse 

Query 

 

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