[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the substring of Str starting at Left and ending at Right.
Source position: upasconf.pas line 909
function Slice( |
const Str: string; |
Left: Integer; |
Right: Integer |
):string; |