79233568

Date: 2024-11-28 11:04:44
Score: 1
Natty:
Report link

While writing your codes, use the uses section. implementation

{$IFDEF MSWINDOWS}
  uses Winapi.ShellAPI, Winapi.Windows,vcl.Forms,IdUri;
{$ENDIF}

between these phrases If you write your procedures and functions between these phrases, they will be compiled.

{$IFDEF MSWINDOWS}
  your codes
{$ENDIF}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Erol Akyuz