Field-Map Scripting

4.1.1.6.1 HideButton

HideButton procedure


Prototype:

procedure HideButton : (const ButtonName_ : string);

Description:

Hides selected button.

Syntax:

HideButton (ButtonName);


Part

Description


ButtonName

A reference to the button name (see the list)


Return value:

none



Example:


Begin
  HideButton('NewPlotButton');  //hides the "New plot" button in Data Collector
End.


Output in Field-Map Data Collector:

Before calling HideButton procedure.


After calling HideButton procedure.


See also:

HideButton; ShowButton; SetFieldMapButtonLabel; GetFingerControl; GetButtonExpansionPercentage; GetFontExpansionPercentage