RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderList.Count Property

Indicates the number of headers in the list.

Pascal
property Count: Integer;
C++
__property int Count;

Count indicates the number of headers that the Headers property lists. To change the value of Count, you can add headers using the Add method, remove them using the Extract method, or remove all headers using the Clear method. 

 

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