Label.SetVisible

Label.SetVisible ( 

string  ObjectName,

boolean Visible = true )

Description

Sets the visibility of a label object.

Parameters

ObjectName

(string) The name of the label object.

Visible

(boolean) Whether to make the label object visible or invisible:

VALUE

DESCRIPTION

true

Visible. (Default)

false

Invisible.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions