| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Complete Alpha Listing >====== #IMAGE (display graphic) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[ if conditionally generate code .htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ import import from text script .htm|{{btn_next_n.gif|Next page}}]] | | || **#IMAGE(** //picture// **) **[, **AT( )** ] {{blk2blue.jpg|blk2blue.jpg}} | **#IMAGE** | Displays a graphic image on a properties window. | | //picture// | A string expression containing the name of the image file to display. | | **AT** | Specifies the size and position of the //picture// display area in the window. This attribute takes the same parameters as the Clarion language AT attribute. | The **#IMAGE** statement displays the //picture// graphic image on a properties window. The display updates whenever the value in the //picture// changes. #IMAGE is not valid in a #MODULE section. **Example:** **#IMAGE****('SomePic.BMP')      #!Display a bitmap**