RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDomConv.FindAttachment Method

Returns a TSOAPAttachment instance that represent the attachment with a specified ID.

Pascal
function FindAttachment(const AContentId: string): TSOAPAttachment;
C++
__fastcall TSOAPAttachment FindAttachment(const AnsiString AContentId);

FindAttachment locates the attachment that is identified by a specified content ID (HREF). 

AContentId is the unique identifier for the attachment that was supplied to the AddAttachment method when the attachment was first added to the multipart form. 

FindAttachment returns a TSOAPAttachment instance that represents the attachment. 

 

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