Remove Designer Text 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

TheRemove Designer Text statement removes text frames from a Legend window. You can issue this statement from the MapBasic window in MapInfo Pro.

Syntax

Remove Designer Text
	[ Window legend_window_id ]
	[ ID textframe_id [, textframe_id] . . .]

legend_window_id is an integer window identifier that you can obtain by calling the FrontWindow( ) function and WindowID( ) function.

textframe_id is the unique identifier for a text frame (not a legend frame) in the Legend window. Use a comma to seperate multiple IDs.

Description

ID specify the IDs for the text frames to remove.

Example

Remove Designer Text Window frontwindow() 
   ID 1, 2, 4

See Also:

Create Designer Legend statement, Add Designer Text statement, Alter Designer Text statement