ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV 2024 feature!
Help / WLanguage / WLanguage functions / Controls, pages and windows / 
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Inserts a string in the Code Editor control.
Example
// Inserts a comment with the current date at the beginning of the section of code
sComment is string = "// on " + DateSys() + CR
CodeEditorInsert(CODEEDT_Example, 1, sComment)
Syntax
CodeEditorInsert(<Code Editor control> , <Position> , <Text>)
<Code Editor control>: Control name
Name of the Code Editor control to be used.
<Position>: Integer
Insertion position relative to the beginning of the code.
<Text>: Character string
Text to Insert.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/07/2024

Send a report | Local help