Description: | Contains the text character string associated with the control or object | |||
Used in: | ||||
Controls | ComboBox | Edit | TextBox | |
Objects | Node | TableCell | ||
Value: | The text character string displayed or input. The values that you can set depend on the definitions in the RenderText object. | |||
ComboBox | The character string in the static text or text box part. | |||
TextBox | The character string in the text box. | |||
Node | The character string in a Node of the TreeView control. | |||
TableCell | The character string for a column heading of the Table control. | |||
Default value: | ||||
TextBox | Same as Name property. | |||
Others | None. | |||
COBOL picture: | X, up to 8192 bytes | |||
OLE data type: | VT_BSTR | |||
Design time access: | ||||
TextBox | Set and reference. | |||
Others | Not accessible. | |||
Execution time access: | Set and reference. | |||
ComboBox | Note that, when the Style property is | |||
Backward compatibility attribute: | ||||
ComboBox | POW-TEXTPIC X(256) | |||
TextBox | 1. POW-TEXTPIC X(256) 2. POW-MULTITEXTPIC X(4096) 3. POW-MULTITEXT8PIC X(8192) 4. POW-NUMERICPIC S9(14)V9(4) |