The System block is automatically used by all other devices in the Delphi program. Therefore, you cannot use it again. Just remove System from your uses .
The documentation states:
The System block and SysInit block SysInit automatically used by each application and cannot be explicitly specified in the uses .
source share