TdxPDFFileAttachmentList.Remove(TdxPDFFileAttachment) Method
In This Article
Removes the first occurrence of the specified file attachment.
#Declaration
Delphi
function Remove(AValue: TdxPDFFileAttachment): Integer; overload;
#Parameters
Name | Type | Description |
---|---|---|
AValue | Tdx |
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