TSL语言基础
>
Object TSL
>
TSL内置对象使用大全
>
TStringList对象
>
TStringList对象的属性
StringsW
复制链接
简述
取或者设置指定索引的字符串。功能同Strings,区别在于读取时StringsW返回的是宽字节字符串,而Strings返回的是多字节字符串。
类型:读写
定义
StringsW(Index:Integer):String;
相关
Values
StringsW
CommaTextW
ValueFromIndex
TextW
GetText
GetTextW
Capacity
CaseSensitive
Count
Duplicates
Sorted
Strings
CommaText
DelimitedText
Delimiter
Names
NameValueSeparator
QuoteChar
Text