{"identifier":82338,"topic":"Properties","name":"showLines","text":"<code> set <\/code>[<code>the<\/code>]<code> showLines of <i>field<\/i> \u00ac     to <i>trueOrFalse<\/i> <br><br>\n\n <\/code>The<code> showLines <\/code>property returns or sets whether the text baselines of a field appear. It corresponds to the Show Lines check box in a Field Info dialog box. <br><br>\n\n The default value is false (meaning that the baselines are invisible). <br>\n<br>\n Setting the<code> showLines <\/code>property to true sets the <code>fixedLineHeight <\/code>property to true. Setting<code> the showLines <\/code>to false has no effect on<code> the fixedLineHeight<\/code>. <br><br>\n\n Note: The<code> showLines <\/code>property  has no effect for scrolling fields. <br>\n","related":{"71811":"fixedLineHeight"},"examples":"set the showLines of bkgnd field \"First Name\" to true","demo":"<code><pre>on showMyLines\n  set <b>showLines <\/b>of bkgnd field \"demo script\" to \"true\"\n  set the style of bkgnd field \"demo script\" to rect -- to show lines \n  wait 2 seconds\n  set the style of bkgnd field \"demo script\" to scrolling\n  set <b>showLines <\/b>of bkgnd field \"demo script\" to \"false\"\nend showMyLines\n<\/pre><\/code>\n ","debug":{"9":["\rset [the] showLines"],"10":["\rSetting the showLin"]}}