Public Methods

MethodDescription
AddCreates 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

PropertyDescription
_ItemReturns a BoundAttachment object specified by the given Attachment ID or Name. PARAMETERS: Identifier as Integer or String.
_NewEnum
CountThis 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.

  • No labels