Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | pushButton.text.get SEARCH    

  Functions
pushButton.create
pushButton.text.get
pushButton.text.set

  Events
pushButton:mouse:click

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
pushButton.text.get

Language: MioScript
Product: MioFactory


Syntax

pushButton.text.get(pushButtonID)


Parameters

IDpushButtonIDID of the push button.


Return value

STRING



Description

Returns the label of the specified push button.




MioScript Sample Code

&myButton = pushButton.create(10,10,100,20, "Ok")

alert(pushButton.text.get(&myButton))