Up | Button | BitBtn | SpeedButton | CheckBox | ComboBox | Control | Edit | Memo | Font | GroupBox | Label | ListBox | PageControl | Panel | RadioButton | Bevel | ScrollBox | TabSheet | WinControl | Callback | Frame | WinControl | Form | Release Notes

 

  

 
Edit

The Edit class is derived from the WinControl class.

access function: GetEdit(name)

Attributes of the Edit class

Attribute Access Type Description
text R/W string the editable text
onChange W callback called when user changes the text
onClick W callback called when user clicks the control

 
Example 1: Modify text of an edit control

edit=GetEdit('name')
edit.text='data entered from script'


 

 

Scorpion Vision Version XII : Build 646 - Date: 20170225
Scorpion Vision Software® is a registered trademark of Tordivel AS.
Copyright © 2000 - 2017 Tordivel AS.