TdxPDFFileAttachmentList.Add Method
In This Article
Adds an empty file attachment.
#Declaration
Delphi
function Add: TdxPDFFileAttachment; overload;
#Returns
Type | Description |
---|---|
Tdx |
A new file attachment. |
#Remarks
Refer to the following topic section for a code example: Add Attachments.
See Also