Soap.InvokeRegistry.THeaderList.Extract

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  Extract(Obj: TObject): TObject;

C++

System::TObject* __fastcall Extract(System::TObject* Obj);

Properties

Type Visibility Source Unit Parent
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry THeaderList

Description

Removes a specified header from the list without freeing it.

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.

See Also