Return both name and value of a name,value pair based on it's index.
Source position: classesh.inc line 1021
public procedure TStrings.GetNameValue(
Index: Integer;
out AName: string;
out AValue: string
);