|
RAD Studio VCL Reference
|
Adds a name/value pair to the list.
procedure Add(const AName: string; const AValue: string);
__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!
|