| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
String split options used in TSTringHelper.Split
Source position: syshelph.inc line 35
| type TStringSplitOptions = ( | ||
| None, | 
 | No options specified. The default | 
| ExcludeEmpty | 
 | Do not include empty strings in the result. | 
| ); | 
TStringSplitOptions describes the possible options for TStringHelper.Split.
| 
 | Split a string in a number of parts |