Jump to content

Event Console.AddLine: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import
No edit summary
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| class="mtx-class-macrotable wikitable"
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" class="mtx-class-macrohead" | '''AddLine'''
|-
| colspan="2" | Post to the owning component when a line is inserted by the user 
|-
|-
| width="10%" align="center" | [[File:Fc9-h32-icon.png]] - HANDLE
| width="90%" | ConsoleH
|-
| colspan="2" | The consoles handle 
|-
| width="10%" align="center" | [[File:Fc9-u32-icon.png]] - ULONG
| width="90%" | LineIx
|-
| colspan="2" | The line index (from zero) of the new line added 
|-
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] -
| width="90%" style="border-top: 2px solid #000;" | ''Return''
|}


Post to the owning component when a line is inserted by the user


This event is part of the [[Event class Console|Console]] class
Details on using Event Macros can be found here: [[Simulation Events|Event Macros]]


__TOC__
==Parameters==
[[Variable types|HANDLE]] ''ConsoleH''
:The consoles handle
[[Variable types|ULONG]] ''LineIx''
:The line index (from zero) of the new line added


==Detailed description==


==Return value==
[[Variable types|ULONG]]
The return of this event is currently unused
==Detailed description==
''<span style="color:red;">No additional information</span>''




==Examples==
==Examples==
''<span style="color:red;">No additional information</span>''

Latest revision as of 14:39, 7 August 2026

AddLine
Post to the owning component when a line is inserted by the user 
- HANDLE ConsoleH
The consoles handle 
- ULONG LineIx
The line index (from zero) of the new line added 
- Return


Details on using Event Macros can be found here: Event Macros


Detailed description

Examples