====== std.lyxvision.dialog ====== ''TDialog'' — modaler Dialog-Container. Blockiert die übergeordnete Anwendung bis der Benutzer den Dialog mit einem Befehl (''cmOK'', ''cmCancel'' …) beendet. Gibt das auslösende Command als Ergebniswert zurück. → [[lyx_-_programmiersprache:units:lyxvision|lyxvision]] · [[lyx_-_programmiersprache:units:lyxvision:window|lyxvision.window]] · [[lyx_-_programmiersprache:units:lyxvision:button|lyxvision.button]] · [[lyx_-_programmiersprache:units:lyxvision:inputline|lyxvision.inputline]] ---- ===== Funktionen ===== ^ Signatur ^ Sichtbarkeit ^ Beschreibung ^ | ''DialogNew(x: int64, y: int64, w: int64, h: int64, title: pchar): TDialog'' | pub | TDialog Funktionen | | ''DialogNewCentered(w: int64, h: int64, title: pchar): TDialog'' | pub | — | | ''DialogSetModalResult(dlg: TDialog, result: int64): TDialog'' | pub | — | | ''DialogGetModalResult(dlg: TDialog): int64'' | pub | — | | ''DialogClose(dlg: TDialog): TDialog'' | pub | — | | ''DialogExecute(dlg: TDialog): int64'' | pub | — | | ''DialogIsValid(dlg: TDialog): bool'' | pub | — | | ''DialogSetValid(dlg: TDialog, isValid: int64): TDialog'' | pub | — | | ''DialogDraw(dlg: TWindow): TWindow'' | pub | — | ---- //Signaturen automatisch aus ''std/lyxvision/dialog.lyx'' erzeugt (Stand 2026-08-02, lyxc 1.0.21A). Beschreibungen stammen aus den Quellkommentaren und sind teilweise unvollständig.//