RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.GetNeedAdapterMode Method

Indicates whether the adapter requires a Mode value.

Pascal
function GetNeedAdapterMode: Boolean;
C++
__fastcall Boolean GetNeedAdapterMode();

GetNeedAdapterMode returns true, indicating that dataset adapters must always have a specific mode setting to operate properly. Note that this mode need not be explicitly assigned because Dataset adapters use the amBrowse mode setting if the application does not assign a value to the Mode property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!