Таблица преобразования типов переменных.
|
Integer |
String |
Extended |
|
|
Integer |
x:=x; |
x:=strtoint(x); |
x:=Round(x); |
|
String |
x:=inttostr(x); |
x:=x; |
x:=FloatToStr(x) |
|
Extended |
x:=x; |
x:=StrToFloat(x); |
x:=x; |

