WinStudio

BLOBFORMAT Keyword

Applies To

Button and static form components.

Component property: Format.

Description

Specifies the type of data in a component bound to a property that contains binary large object (BLOB) data.

Syntax

BLOBFORMAT( ext )

Part

Description

ext An expression that evaluates to a three-character string specifying a binary file extension, such as, bmp, jpg, tif, or gif.

Remarks

For button and static type components, if you specify BLOBFORMAT(bmp), WinStudio dynamically builds and displays bitmap graphics stored in the property data.

To enable the following commands on the Edit menu:

for a component bound to a binary property, you must set the BLOBFORMAT( ) parameter for the component. During import and export operations, WinStudio displays in the open and save dialog boxes only files with the extension specified by the parameter. In the view operation, WinStudio creates a temporary file with the extension specified by the parameter and then opens it with the program associated with this extension.


Related Topics

AUTOIME Keyword

LOADJIT

BACKCOLOR Keyword

COMMA Keyword

COMMAS Keyword

DATE Keyword

DATETIME Keyword

DECIMAL Keyword

DECIMALPOINT Keyword

DEFAULTFORMAT Keyword

FONT Keyword

FORECOLOR Keyword

JUSTIFY Keyword

MASK Keyword

TIME Keyword

TRUNCATEDECIMAL Keyword