constructor Create(Collection: TScAttachmentCollection; Body: TStrings = nil); reintroduce;
Description
Creates a new TScTextAttachment object and adds it to a TScAttachmentCollection specified by the Collection parameter.
The Body parameter accepts a TStrings object that contains the attachment content. The content will be assigned to the Body property.
See Also