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.
→ lyxvision · lyxvision.window · lyxvision.button · 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.
