TcxMCListBox.Delimiter Property
In This Article
Specifies the delimiter character for column values.
#Declaration
Delphi
property Delimiter: Char read; write; default #59;
#Property Value
Type | Description |
---|---|
Char | The delimiter character. |
See Also