[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a part of the string
Source position: syshelph.inc line 154
public function TStringHelper.Substring( |
AStartIndex: Integer |
):string; overload; |
AStartIndex: Integer; |
ALen: Integer |
):string; overload; |
SubString returns the portion of the string starting at (zero-based) index AStartIndex with length ALen. If ALen is omitted, then all remaining characters are returned.
|
Insert a string at a given position |
|
|
Copy part of a string. |
|
|
Return the string ar an array of characters. |