×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

Arw GetTextAttribute

245 bytes added, 08:12, 19 February 2012
no edit summary
Returns a logical value indicating the setting for an attribute of the text in an arrow object with the specified ID number; . Arw_GetTextAttribute returns a value of [[True]] if the attribute is set to on, and a value of [[False]]if the attribute is set to off or if the specified object ID number is invalid.
The settings of the following attributes can be returned: border, bold, italic, strike-out, and underline.
http:== Usage ==<syntaxhighlight>Arw_GetTextAttribute(ObjectID, Attribute)<//www.buyxanaxonlinepill.com/ buy cheap xanax online - buy xanax online no prescriptionsyntaxhighlight>
==== 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.
Attribute == Notes ==* An object- a numerical expression specifying specific ID number is assigned by [[Arw_New]], [[Arw_New_s]], [[Arw_New_self]] or [[Arw_New_self_s]] when the attribute:arrow object is created. 0 * Use [[Arw_GetActive]], [[Arw_GetFirst]] or [[Arw_GetNext]] to get the object- borderspecific ID number of an already created arrow.
1 - == Example ==Assign a true/false value, indicating the setting of "bold 2 - italic " attribute for the arrow object with an ID number of 3 - strike-out, to the ArwTxtBold variable:
4 - underline<syntaxhighlight>Variable: ArwTxtBold(False);
==== Notes ==== An object-specific ID number is assigned by [[Arw_New]] when the arrow object is created. ==== Example ====Assign a true/false value, indicating the setting of "bold" attribute for the arrow object with an ID number of 3, to ArwTxtBold variable:   <syntaxhighlight>Variable:ArwTxtBold(False); ArwTxtBold=Arw_GetTextAttribute(3,1);
</syntaxhighlight>
 
 
[[Category:ArrowDrawing]]