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