Share

Edit

[Desktop Automation]

Properties

Property Read/write Type Description
caption read/write string caption of the edit
captionwidth read/write number width of the caption in pixels
captionwidthpercentage Read/write Number Width of the caption in percentage
customcolor read/write string Custom background color for the edit. Format is '$BBGGRR'
enabled read/write Boolean Allow or disallow editing
hint read/write string Hint or tooltip for the button
key read/write string should be read out in a key up/down callback
numbersonly read/write Boolean Flag to specify whether only numeric characters are valid for the edit field
onchange read/write string callback function for a change event
onkeydown read/write string callback function for a key-down event
onkeyup read/write string callback function for a key-up event
readonly read/write Boolean Grays out the edit box and prevents input
spacing read/write number spacing of the edit in pixels
text read/write string text content of the edit
topspacing read/write number top spacing of the edit in pixels
translate read/write Boolean when true, caption must be a String Identifier
visible read/write Boolean Toggle visibility of the Edit field

Back to top

Methods

None.

Back to top

Was this information helpful?