« Back to Product

Documentation

DisableAction

Require: IP-Symcon >= 4.0

 void DisableAction (string $Ident) 

Parameters

Ident

Ident of the variable

Returns

No Return

Description

Deactivates the default action of the status variable. As a result, it can no longer be changed in the visualization, but can only be read. If EnableAction was not called, this function does not have to be called, since all status variables are created by default without a default action.

Example

// Deactivates the default action of the status variable
$this->DisableAction("Status");
Any questions?