Public Methods
Method | Description |
---|---|
Add | Creates a new BoundAttachment in the collection and returns the pointer. PARAMETERS: AttachmentID as Integer. |
Remove | Deletes a BoundAttachment object specified by the given AttachmentID. PARAMETERS: AttachmentID as Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns a BoundAttachment object specified by the given Attachment ID or Name. PARAMETERS: Identifier as Integer or String. |
_NewEnum | |
Count | This is the number of BoundAttachment objects in the collection. DATATYPE: Integer. |
Item | Returns a BoundAttachment object specified by the given Attachment ID or Name. PARAMETERS: Identifier as Integer or String. |
See Also