12-01-2020, 06:51 PM
(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;

