System Delphi

{exe icerisine disaridan gelen Parametre
paramstr fonsiyonuna 1 ekleyenek bulunabilir.
Bu eklenen birinci Parametredir.
Örnek:
}
procedure TForm1.FormShow(Sender: TObject);
begin
if ParamStr(1) = '/Show' then
ShowMessage('bu exe Show Parametresi ile Çalistirilmistir');
end;