RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderList.Headers Property

Lists the headers.

Pascal
property Headers [Index: Integer]: TObject;
C++
__property TObject * Headers[int Index];

Use Headers to access headers in the list. Headers is a zero-based array of TSOAPHeader descendants: The first header is indexed as 0, the second header is indexed as 1, and so forth. You can read the value at a specific index, or use Headers with the Count property to iterate through the list.

Note: In Delphi, Headers is the default property of THeaderList. This means you can omit the property name.
Note: In C++, you can use the subscript operator to achieve a similar effect.
 

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