Event Console.AddLine: Difference between revisions
Appearance
XML import of updated Event docs |
No edit summary |
||
| (8 intermediate revisions by 3 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'' | |||
|} | |||
Details on using Event Macros can be found here: [[Simulation Events|Event Macros]] | |||
==Detailed description== | |||
== | |||
==Examples== | ==Examples== | ||
Latest revision as of 14:39, 7 August 2026
| AddLine | |
| Post to the owning component when a line is inserted by the user | |
| ConsoleH | |
| The consoles handle | |
| LineIx | |
| The line index (from zero) of the new line added | |
| Return | |
Details on using Event Macros can be found here: Event Macros