RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderList.Add Method (TObject)

Adds a new header to the end of the list.

Pascal
procedure Add(Header: TSOAPHeader); overload;
procedure Add(Header: TObject); overload;
C++
__fastcall Add(TSOAPHeader Header);
__fastcall Add(TObject * Header);

Call Add to add a header to the end of the Headers property array. When you call Add, the new Header is added to the end of the array and the value of the Count property is incremented. 

Header is the TSOAPHeader descendants that is added to the list. 

 

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