Xbasic
A5_GET_BITMAP Function
Syntax
V a5_get_bitmap(P obj)
Arguments
- objPointer
A pointer to an image control on a form.
Description
The A5_GET_BITMAP() displays a dialog box that assists you in navigating to and selecting a Windows Bitmap (.BMP) image to place into a Bitmap Image field in a table. Called by right click menu on Bitmap image field on a form or browse.
Example
The following script was placed under the OnPush event of a button. It assumes the form has an image control named Image1.
a5_get_bitmap(Image1.this)
Limitations
Desktop applications only.
See Also