[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Extract the name part of a string
Source position: classesh.inc line 725
public function TStrings.ExtractName( |
const S: string |
):string; |
ExtractName returns the name part (the part before the NameValueSeparator character) of the string. If the character is not present, an empty string is returned. The resulting string is not trimmed, it can end or start with spaces.
|
Value of the character used to separate name,value pairs |