RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.GetHiddenFieldOptions Method

Indicates the types of hidden fields that this adapter requires in a submitted HTML form.

Pascal
function GetHiddenFieldOptions: TAdapterHiddenFieldOptions; virtual;
C++
virtual __fastcall TAdapterHiddenFieldOptions GetHiddenFieldOptions();

An adapter may use hidden fields to pass state information down to the client with the HTTP response so that the state information is available when processing a resulting HTTP response. Descendant classes may override this method. 

 

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