How to delete last character of String with substring or anything ?
substring
For example;
var query : String; begin query:= \'test=1&line
A third option is this:
SetLength(Query,LENGTH(Query)-1)