Skip to main content

TdxPDFFileAttachmentList.Remove(TdxPDFFileAttachment) Method

Removes the first occurrence of the specified file attachment.

Declaration

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

Parameters

Name Type Description
AValue TdxPDFFileAttachment

A file attachment.

Returns

Type Description
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