====== API: Basic Controls ====== API Reference for basic UI controls. ===== TWvdSLabel ===== Text display without interaction. ==== Namespace ==== ''WvdS.UI.Controls.Basic'' ==== Syntax ==== TWvdSLabel = class(TWvdSControl) ==== PXAML ==== ==== Properties ==== | Property | Type | Default | Description | ^ Text | string | '' | Displayed text | ^ FontWeight | TWvdSFontWeight | fwNormal | Normal, Bold | ^ FontStyle | TWvdSFontStyle | fsNormal | Normal, Italic | ^ Foreground | TWvdSColor | clDefault | Text color | ^ TextWrapping | TWvdSTextWrapping | twNoWrap | NoWrap, Wrap, WrapWithOverflow | ^ TextAlignment | TWvdSTextAlignment | taLeft | Left, Center, Right | ==== Events ==== None (non-interactive). ---- ===== TWvdSButton ===== Standard button for user actions. ==== Namespace ==== ''WvdS.UI.Controls.Basic'' ==== Syntax ==== TWvdSButton = class(TWvdSControl) ==== PXAML ====