ProLinga-4GL Reference Manual |
---|
Blob — Storage of binary objects.
Blob stands for Binary Large OBject and can be used for storing images, sounds, videoclips etc.
Table 5. Blob Object Properties
Name | Details | Possible Values | Default Value |
---|---|---|---|
BlobType | Type of the blob. | Image, Sound | Image |
BlobContents | Binary document. | * | - |
Description | Description to be used in lists. | * | - |
DetailDescription | Detailed description. | * | - |
Modified | Modification date-time stamp in ISO 8601 format. | ccyy-mm-dd Thh:mm:ss | date stamp |
<Object Application="MyOrder" Type="Blob" Name="CompanyLogo">
<Blob>
<BlobType>Image</BlobType>
<BlobContents>binary contents
</BlobContents>
<Description>Logo Company</Description>
<DetailDescription>Logo of company to be used on order forms</DetailDescription>
<Modified>2007-11-12T09:58:00</Modified>
</Blob>
</Object>
<< Application Objects | Constant Object >> |