====== API: Basic Controls ====== API-Referenz für grundlegende UI-Controls. ===== TWvdSLabel ===== Textanzeige ohne Interaktion. ==== Namespace ==== ''WvdS.UI.Controls.Basic'' ==== Syntax ==== TWvdSLabel = class(TWvdSControl) ==== PXAML ==== ==== Properties ==== | Property | Typ | Default | Beschreibung | ^ Text | string | '' | Anzuzeigender Text | ^ FontWeight | TWvdSFontWeight | fwNormal | Normal, Bold | ^ FontStyle | TWvdSFontStyle | fsNormal | Normal, Italic | ^ Foreground | TWvdSColor | clDefault | Textfarbe | ^ TextWrapping | TWvdSTextWrapping | twNoWrap | NoWrap, Wrap, WrapWithOverflow | ^ TextAlignment | TWvdSTextAlignment | taLeft | Left, Center, Right | ==== Events ==== Keine (nicht interaktiv). ---- ===== TWvdSButton ===== Standard-Schaltfläche für Benutzeraktionen. ==== Namespace ==== ''WvdS.UI.Controls.Basic'' ==== Syntax ==== TWvdSButton = class(TWvdSControl) ==== PXAML ====