Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creates a new Attachment in the collection and returns the pointer. PARAMETERS: Name, Description, and ValueDefault as Strings, Datatype as Integer.

...

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant, _
   ByVal Description As Variant, _
   ByVal ValueDefault As Variant, _
   ByVal Datatype As Variant _
) As Attachment

...

  • Name
  • Description
  • ValueDefault
  • Datatype


Info
titleSee Also