TSL语言基础
>
Object TSL
>
TSL内置对象使用大全
>
TStringList对象
>
TStringList对象的属性
DelimitedText
复制链接
简述
用分割符连接起来的单个字符串。连接符用Delimiter属性指定,默认为逗号。而当字符串中存在连接符时,用QuoteChar加在字符串两端。当QuoteChar为”,且Delimiter为逗号时,DelimitedText的结果和CommaText一样。
类型:读写
定义
DelimitedText:String;
范例
可参考
QuoteChar
相关
Values
StringsW
CommaTextW
ValueFromIndex
TextW
GetText
GetTextW
Capacity
CaseSensitive
Count
Duplicates
Sorted
Strings
CommaText
DelimitedText
Delimiter
Names
NameValueSeparator
QuoteChar
Text