« Back to Product

Documentation

IPS_SetHiddenTitle

Require: Symcon >= 9.1

 bool IPS_SetHiddenTitle (int $ObjectID, bool $Hidden) 

Parameters

ObjectID

The ID of the object

Hidden

TRUE if title is invisible

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

This function sets the visibility of the title of the object's tile with the ID ObjectID. If the title is not shown, the corresponding space of the tile remains empty. If the title is hidden, the tile automatically uses the full available space.

Example

IPS_SetHiddenTitle(47381, true); //hide title
Any questions?