T
tungco
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TForm1.NMPOP31Connect(Sender: TObject);
begin
StatusBar1.SimpleText := 'connect';
//调试错误信息为“undeclared indentifier:"statusbar1"
NMPOP31.List;
end;
begin
StatusBar1.SimpleText := 'connect';
//调试错误信息为“undeclared indentifier:"statusbar1"
NMPOP31.List;
end;