RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.GetAdapterMode Method

Returns a string that represents the current value of the Mode property.

Pascal
function GetAdapterMode: string;
C++
__fastcall AnsiString GetAdapterMode();

GetAdapterMode returns the string that corresponds to the current value of the Mode property. If the mode for this adapter has not been explicitly set in response to a request message(that is, if InDefaultMode is true), GetAdapterMode returns an empty string. 

This method allows server-side script to read the Mode property of this adapter. 

 

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