/
HotXLS-Doku

Text-Eigenschaft

Ruft ab oder legt fest the raw string content displayed inside the textbox

Syntax

property Text: WideString;

Beispiel

This example updates the text content of the textbox


TextBox.Text := 'Updated content';