RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPHeaders.SetOwnsSentHeaders Method

Sets a flag that indicates who should free outgoing header objects.

Pascal
procedure SetOwnsSentHeaders(Flag: Boolean);
C++
__fastcall SetOwnsSentHeaders(Boolean Flag);

Call SetOwnsSentHeaders to specify who should free header objects that are added using the Send method. 

Flag indicates whether this TSOAPHeaders frees the outgoing headers. If Flag is true, TSOAPHeaders frees the headers that are added by calling Send. If Flag is false, the caller is responsible for freeing these header objects. 

 

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