Bind (Method): Difference between revisions

no edit summary
(Created page with "<onlyinclude>{{Method|name = Bind |arguments = Instance '''object''', String '''property''', String '''htmlElementId''' |description = Binds the property of an instance to an HTML input. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code will create a Hint, and Bind an input to the Text property. It will give the option to toggle the Bind: <syntaxhighlight lang="lua"> html = game:service("HtmlService") wind = html:NewWindow() wind:N...")
 
No edit summary
 
Line 39: Line 39:
wind:Show()
wind:Show()
</syntaxhighlight>}}
</syntaxhighlight>}}
[[Category:Methods]]