Sa.

delphide kod ile ie oluşturuyorum.

  IEApp2         := CreateOLEObject('InternetExplorer.Application');
  IEApp2.Visible := True;
  IEApp2.Top     := 0;
  IEApp2.Left    := 720;
  IEApp2.Width   := 360;
  IEApp2.Height  := 640;
bu oluşturduğum ie içinde f12 geliştirici seçeneklerindeki belge modu, tarayıcı profili ve özellikle Coğrafi konum ayarlarını nasıl değiştirebilirim ?