RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderList.Extract Method

Removes a specified header from the list without freeing it.

Pascal
function Extract(Obj: TObject): TObject;
C++
__fastcall TObject * Extract(TObject * Obj);

Call Extract to remove a header from the list without freeing the header object. After a header is removed, all the headers that follow it are moved up in index position and Count is decremented. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!