Refresh Designer Frame statement - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312

Purpose

Allows you to refresh an image frame in a Layout window if the underlying image source file has changed. It can also be used on text frames. When applied to text frames it will force a re-evaluation of any SmartText expressions in the text.You can issue this statement from the MapBasic window in MapInfo Pro.

Syntax

Refresh Designer Frame
	[ Window window_id ]
	ID frame_id [, frame _id ...]

window_id is a Layout window's integer window identifier. If no window is specified the command assumes the frontmost Layout window.

frame_id is a number that specifies which frame within the Layout window you want to refresh. Frames are numbered 1 to n, where, n is the number of frames in the layout.

See Also:

Add Designer Frame statement, Alter Designer Frame statement, Create Designer Legend statement, Set Designer Legend statement