RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.AddAdapterModeHiddenField Method

Defines a hidden field that passes the adapter's mode value in the HTTP request when an HTML form is submitted.

Pascal
procedure AddAdapterModeHiddenField(AHiddenFields: TAdapterHiddenFieldsList);
C++
__fastcall AddAdapterModeHiddenField(TAdapterHiddenFieldsList AHiddenFields);

Descendant adapters may support modes. For example, TDataSetAdapter supports Edit, Insert, and Browse modes. The hidden field defined by AddAdapterModeHiddenField is added to an HTML form using the server-side script method HiddenFields.WriteFields. 

 

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