| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | Text_???? Syntax TIA | ||
| |
|
| | #2 | ||
![]() | Re: Text_???? Syntax Sets an attribute of the text in a text object with the specified ID number; returns a value of 0 if the attribute was successfully set, and a value of -2 if the specified object ID number is invalid. The following text attributes can be set: border, bold, italic, strike-out, and underline. Usage Text_SetAttribute(ObjectID, Attribute, LogicalExpression) Parameters ObjectID - a numerical expression specifying the object ID number Attribute - a numerical expression specifying the attribute: 0 - border 1 - bold 2 - italic 3 - strike-out 4 - underline LogicalExpression - a logical value; True = on and False = off Note An object-specific ID number is returned by Text_New when the text object is created. Example Set the attribute "bold" to on for the text in a text object with the ID number of 3: Value1 = Text_SetAttribute(3, 1, True ); Source: EasyLanguage / PowerLanguage manual Last edited by Tams; 06-29-2009 at 08:44 AM. | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
momentom (06-29-2009) | ||
| | #3 | ||
![]() | Re: Text_???? Syntax Text_SetAttribute Text_SetBorder Text_SetFontName Text_SetSize (MultiCharts only) Text_SetString color Text_SetBGColor Text_SetColor placement Text_SetLocation_s (MultiCharts only) Text_SetLocation Text_SetStyle
__________________ Only an idiot would reply to a stupid post Last edited by Tams; 10-29-2009 at 02:13 PM. | ||
| |
|
![]() |
| Tags |
| easylanguage, text |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |