RAD Studio VCL Reference
|
Indicates the types of hidden fields that this adapter requires in a submitted HTML form.
function GetHiddenFieldOptions: TAdapterHiddenFieldOptions; virtual;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|