Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IW error in IE - remove()
#4
(12-01-2020, 02:04 PM)kudzu Wrote: Please specify which IE version.

Hi!

Here is the example code:

type
  TIWForm1 = class(TIWAppForm)
    IWButton1: TIWButton;
    IWGrid1: TIWGrid;
    IWComboBox1: TIWComboBox;
    procedure IWButton1AsyncClick(Sender: TObject; EventParams: TStringList);
  public
  end;

implementation

{$R *.dfm}

procedure TIWForm1.IWButton1AsyncClick(Sender: TObject;  EventParams: TStringList);
begin
IWGrid1.Cell[0,0].Control:=IWComboBox1;
end;
Reply


Messages In This Thread
IW error in IE - remove() - by brsoft - 12-01-2020, 09:29 AM
RE: IW error in IE - remove() - by kudzu - 12-01-2020, 02:04 PM
RE: IW error in IE - remove() - by brsoft - 12-01-2020, 05:36 PM
RE: IW error in IE - remove() - by brsoft - 12-01-2020, 06:51 PM
RE: IW error in IE - remove() - by brsoft - 12-03-2020, 10:08 AM
RE: IW error in IE - remove() - by brsoft - 12-03-2020, 04:16 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)