====== API: Basic Controls ====== Riferimento API per i control UI fondamentali. ===== TWvdSLabel ===== Visualizzazione testo senza interazione. ==== Namespace ==== ''WvdS.UI.Controls.Basic'' ==== Sintassi ==== TWvdSLabel = class(TWvdSControl) ==== PXAML ==== ==== Properties ==== | Property | Tipo | Default | Descrizione | ^ Text | string | '' | Testo da visualizzare | ^ FontWeight | TWvdSFontWeight | fwNormal | Normal, Bold | ^ FontStyle | TWvdSFontStyle | fsNormal | Normal, Italic | ^ Foreground | TWvdSColor | clDefault | Colore testo | ^ TextWrapping | TWvdSTextWrapping | twNoWrap | NoWrap, Wrap, WrapWithOverflow | ^ TextAlignment | TWvdSTextAlignment | taLeft | Left, Center, Right | ==== Events ==== Nessuno (non interattivo). ---- ===== TWvdSButton ===== Pulsante standard per azioni utente. ==== Namespace ==== ''WvdS.UI.Controls.Basic'' ==== Sintassi ==== TWvdSButton = class(TWvdSControl) ==== PXAML ====