ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
CodeEditorDuplicateLine (Function)
Duplicates the current line in the Code Editor control.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
CodeEditorSave (Function)
Saves the contents of a Code Editor control to a file.
<Code Editor>.DuplicateLine (Function)
Duplicates the current line in the Code Editor control.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
<Code Editor>.Save (Function)
Saves the contents of a Code Editor control to a file.
<Code Editor>.Replace (Function)
Finds and replaces a string in the Code Editor control.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
CodeEditorReplace (Function)
Finds and replaces a string in the Code Editor control.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
ERR_NO_END_TAG
Programming the looper attributes
All the looper attributes can be handled by programming......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Commands of the external interface
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Handling a WinForm .Net control through programming