| [Overview][Types][Classes][Procedures and functions][Index] | 
If ALine is not '', add the trailing value AValue
Source position: tiUtils.pas line 74
function tiAddTrailingValue(  | 
const ALine: string;  | 
const AValue: string;  | 
ADuplicates: Boolean = True  | 
):string;  | 
If ALine is not '', add the trailing value AValue. ADuplicates tells us if a duplicate trailing value is allowed or not.