Back to Devexpress

TdxPDFFileAttachmentList.Remove(TdxPDFFileAttachment) Method

vcl-dxpdfcore-dot-tdxpdffileattachmentlist-dot-remove-x28-dxpdfcore-dot-tdxpdffileattachment-x29.md

latest1.1 KB
Original Source

TdxPDFFileAttachmentList.Remove(TdxPDFFileAttachment) Method

Removes the first occurrence of the specified file attachment.

Declaration

delphi
function Remove(AValue: TdxPDFFileAttachment): Integer; overload;

Parameters

NameTypeDescription
AValueTdxPDFFileAttachment

A file attachment.

|

Returns

TypeDescription
Integer

An index of the target file attachment. The function returns -1 if the list does not include the specified file attachment.

|

Remarks

Refer to the following topic section for a code example: Remove Attachments.

See Also

Extract(TdxPDFFileAttachment)

TdxPDFFileAttachmentList Class

TdxPDFFileAttachmentList Members

dxPDFCore Unit