Caption Property
Syntax
CWButton.Caption
Data Type
Purpose
Specifies the text that appears in the button.
Remarks
By default, the caption is empty.
Example
CWButton1.Caption = "Value"
CWButton.Caption
Specifies the text that appears in the button.
By default, the caption is empty.
CWButton1.Caption = "Value"