|
|
|
|
|
CodeEditorInsert (Function) In french: EditeurCodeInsère
Not available
Inserts a string in the Code Editor control. New in version 2025
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|