var
min, max : integer;
begin
// Set the minimum and maximum values of this data type
min := Low(integer);
max := High(integer);
ShowMessage('Min integer value = '+IntToStr(min));
ShowMessage('Max integer value = '+IntToStr(max));
end;
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario