====== std.lyxvision.inputline ====== ''TInputLine'' — einzeiliges Texteingabefeld mit Cursor, Markierung, Clipboard und optionalem Validierungs-Callback. Unterstützt maximale Eingabelänge und Passwort-Modus (Eingabe wird mit * maskiert). → [[lyx_-_programmiersprache:units:lyxvision|lyxvision]] · [[lyx_-_programmiersprache:units:lyxvision:dialog|lyxvision.dialog]] · [[lyx_-_programmiersprache:units:lyxvision:view|lyxvision.view]] ---- ===== Funktionen ===== ^ Signatur ^ Sichtbarkeit ^ Beschreibung ^ | ''InputLineCreate(x: int64, y: int64, maxLen: int64): TInputLine'' | pub | TInputLine Funktionen | | ''InputLineSetInsertMode(il: TInputLine, insert: int64): TInputLine'' | pub | — | | ''InputLineSetSelection(il: TInputLine, start: int64, endPos: int64): TInputLine'' | pub | — | | ''InputLineClearSelection(il: TInputLine): TInputLine'' | pub | — | | ''InputLineSetCurPos(il: TInputLine, pos: int64): TInputLine'' | pub | — | | ''InputLineDraw(il: TInputLine): TInputLine'' | pub | — | | ''InputLineProcessKey(il: TInputLine, key: int64): int64'' | pub | — | ---- //Signaturen automatisch aus ''std/lyxvision/inputline.lyx'' erzeugt (Stand 2026-08-02, lyxc 1.0.21A). Beschreibungen stammen aus den Quellkommentaren und sind teilweise unvollständig.//