Field-Map Scripting

4.1.1.6.3 SetFieldMapButtonLabel

SetFieldMapButtonLabel procedure


Prototype:

procedure SetFieldMapButtonLabel : (const ButtonName_, NewButtonName : string);

Description:

Use this procedure to change the label of specific default Field-Map button.

Syntax:

SetFieldMapButtonLabel (ButtonName, NewButtonName);


Part

Description


ButtonName

A reference to the button name (see the list)



NewButtonName

New title of specific button


Return value:

none

Note:

Currently, this procedure is available only for NewPlot, OpenPlot, DeletePlot and CloseFieldMap buttons.




Example:


Begin
 SetFieldMapButtonLabel('NewPlot', 'Create new plot');
End.


Output in Field-Map Data Collector:






See also:

HideButton; ShowButton; SetFieldMapButtonLabel; GetFingerControl; GetButtonExpansionPercentage; GetFontExpansionPercentage