RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.GetHiddenFieldOptions Method

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

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

GetHiddenFieldOptions returns a set of flags that indicate what hidden information this adapter adds to HTML forms. The return value depends on the current value of the Mode property. When Mode is amEdit, GetHiddenFieldOptions returns the set [hoMode, hoOrigValue, hoRecordKeys]. For any other Mode, GetHiddenFieldOptions returns a set with only the hoMode flag. 

 

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