"isHorizontalSliderPressed"

Defines whether the horizontal slider is pressed.

Synopsis

Synopsis

setValue (string shape, "isHorizontalSliderPressed", string font);

getValue (string shape, "isHorizontalSliderPressed", string &font);

shape.isHorizontalSliderPressed(string font);

Parameters

Parameter Description
shape Name of the object
font The font, for example, "Arial Black,-1,11,5,87,0,0,0,0,0". To find the desired font, use the function fontSelector().

Description

Sets the font for a date.

Example

The following example sets the font for a date to Arial Black and italic.

main()
{
  Table1.isHorizontalSliderPressed("Arial Black,-1,11,5,87,0,0,0,0,0");
}

Assignment

Clock