E
eighteenzl
Unregistered / Unconfirmed
GUEST, unregistred user!
function TForm81.JCxmlb: Boolean;
var
a,b: Integer;
begin
JCxmlb := True;
For a := 1 to StringGrid1.RowCount-1 do
For b := 0 to StringGrid1.ColCount-1 do
if Trim(StringGrid1.Cells[b,a])='' then
begin
Jcxmlb := False;
break;
end;
end;
大家好,目前我还是个DELPHI菜鸟所以有关上面的循环在下不太明天,请各位多指教,谢谢
主要就是想问一个上代码的一意思.
var
a,b: Integer;
begin
JCxmlb := True;
For a := 1 to StringGrid1.RowCount-1 do
For b := 0 to StringGrid1.ColCount-1 do
if Trim(StringGrid1.Cells[b,a])='' then
begin
Jcxmlb := False;
break;
end;
end;
大家好,目前我还是个DELPHI菜鸟所以有关上面的循环在下不太明天,请各位多指教,谢谢
主要就是想问一个上代码的一意思.