G
guanweiw
Unregistered / Unconfirmed
GUEST, unregistred user!
TForm2 = class(TForm)
Comm1: TComm;
private
Function comm1_Rev()ouble;
procedure comm2_sndData();
public
end;
var
Form2: TForm2;
implementation
Function TForm2.comm1_Rev()ouble;
begin
end;
procedure TForm2.comm2_sndData();
begin
Comm1.CommName:='COM3';
end;
Comm1: TComm;
private
Function comm1_Rev()ouble;
procedure comm2_sndData();
public
end;
var
Form2: TForm2;
implementation
Function TForm2.comm1_Rev()ouble;
begin
end;
procedure TForm2.comm2_sndData();
begin
Comm1.CommName:='COM3';
end;