PreviousNextIndex

Image phrase

Specifies the file in which an image is stored and the dimensions of the image.

Note: Does not apply to SpeedScript programming.
Syntax

FILE name 
  [ { IMAGE-SIZE | IMAGE-SIZE-CHARS | IMAGE-SIZE-PIXELS }  
      width BY height 
  ] 
  [ FROM { X n Y n | ROW n COLUMN n } ] 

{ IMAGE-SIZE | IMAGE-SIZE-CHARS | IMAGE-SIZE-PIXELS } 
  width BY height 
  [ FROM { X n Y n | ROW n COLUMN n } ] 

FILE name
[ IMAGE-SIZE | IMAGE-SIZE-CHARS ]
IMAGE-SIZE-PIXELS
width
height
FROM { X n Y n | ROW n COL n }
Example

See the DEFINE IMAGE statement reference entry for an example.

Notes
See also

DEFINE BUTTON statement, DEFINE IMAGE statement, FORM statement


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex