RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterHiddenFieldsList.Add Method

Adds a name/value pair to the list.

Pascal
procedure Add(const AName: string; const AValue: string);
C++
__fastcall Add(const AnsiString AName, const AnsiString AValue);

Call Add to add a new name/value pair to the list of hidden fields that the adapter maintains. 

AName is the name of the field. 

AValue is the value of the field. 

 

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