stringlistcontainer NVSeparator property
Return to Introduction  Previous page  Next page
Applies to
acStringListContainer component.  

Declaration
property NVSeparator: String// name/value separator, '=' by default  

Description
The NVSeparator is the string or character which separates each string on two parts, where first part is some "name" and second is some "value". It only used for the list where each string presented in the name=value manner.  
 
This feature allows to quickly find required Names and Values by their indexes, read or modify the names/values without changing whole structure of string list.  

See also
Names, Values, Strings and NVSeparatorMainSide properties.