HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
Text property
Returns or sets the text stored in the
TXLSTextBox
. Read/write WideString.
Syntax
property
Text: WideString;
Example
TextBox.Text :=
'Updated text'
;