Lua:Class:Edit

From Cheat Engine
Revision as of 11:59, 31 August 2015 by Said (talk | contribs) (Properties)
Jump to navigation Jump to search

Edit Class: (Inheritance: WinControl->Control->Component->Object) createEdit(owner): Creates an Edit class object which belongs to the given owner. Owner can be any object inherited from WinControl

'0A 2A D2 A2 A0 A2 A0 24 0A A1

Methods

 clear()
 selectAll()
 clearSelection()
 copyToClipboard()
 cutToClipboard()
 pasteFromClipboard()
 onChange(function)


See also

Memo