RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.GetAdapterHiddenRecordFields Method

Returns a list of hidden fields that associate HTML form fields and adapter field.

Pascal
function GetAdapterHiddenRecordFields: TObject;
C++
__fastcall TObject * GetAdapterHiddenRecordFields();

GetAdapterHiddenRecordsFields populates a list by calling ListHiddenRecordFields. If the list is empty, nil (Delphi) or NULL (C++) is returned. Otherwise, the list is returned. 

 

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