HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
Text 属性
获取或设置文本框内显示的原始字符串内容
Syntax
property
Text: WideString;
Example
此示例更新文本框的文本内容
TextBox.Text := 'Updated content';