AttachmentBytes Property
Use this property to pass an attachment to component in the byte array form.
Syntax
__property DynamicArrayAttachmentBytes = { read=FAttachmentBytes, write=FSetAttachmentBytes };
Remarks
Assign a byte array containing the data to be processed to this property.
This property is not available at design time.
Data Type
Byte Array