Home Features Toolbar Library Forum Download Support Tutorial Manual
3. Reference
Triggers
Controls
Variables
System Variables
Global Values
Functions
AutoFill()
Back()
Beep()
CheckLinks()
Checksum()
Click()
Command()
Customize()
DeleteOption()
Enable()
Execute()
ExportLinks()
Forward()
GetFolderIcon()
GetQuery()
GetSystemIcon()
Header()
Highlight()
HistoryMenu()
Home()
IfExactMatch()
IfMatch()
ImportValue()
ImportCaption()
ImportIntValue()
ImportXMLValue()
Length()
LoadMenu()
Menu()
OpenURL()
Options()
PageText()
PlaySound()
PopupManager()
Refresh()
Replace()
ReplaceAll()
Resize()
ResizeClient()
Redraw()
Save()
Search()
SearchBack()
SearchLast()
SearchNext()
SearchPage()
SetCaption()
SetClipboard()
SetFocus()
SetFontSize()
SetIcon()
SetOption()
SetParam()
SetText()
SetStatusText()
SetTooltip()
SetUserAgent()
SetValue()
Show()
Stop()
StripHTML()
ToolbarMenu()
TruncateOption()
UpdateToolbar()
Zoom()
Text Functions
  

SetValue() Function

Sets the value of a given control.

Syntax:

    SetValue(id,value)


Parameters:

    id - Control Identifier to assign value to
    value - Value to set.


Remarks:

  • For combo box and edit controls, the SetValue() function updates the control text.
  • For radio buttons and checkboxes, changng the value will toggle the button state.
  • Changing the control value through SetValue(), does not trigger the onchange event.
  • The value can contain variables such as %URL%.
  • CR/LF and TAB characters can be included as \n, \r and \t
  • To change the text of a HTML browser control without changing its value, use the SetText() function instead.



See Also:

    SetCaption() | SetParam() | SetText()


Website Popularity Rank | Build Your Own Toolbar | Free Download | Custom Toolbars | Features | Contact Us

ToolbarBrowser is a freeware project supported by Trellian Limited. | Privacy Policy