F
FreeZ
Как зделать так, чтобы не проверять каждый Едит, например :
дано 12 едитов, нужно зделать проверку, чтобы каждый едит не был пустой, как зделать проще чем так ?
If Edit1.Text <> '' then c1:=StrToint(Edit1.Text);
if Edit2.Text <> '' then c2:=StrToInt(Edit2.Text);
if Edit3.Text <> '' then c3:=StrToInt(Edit3.Text);
If Edit4.Text <> '' then c4:=StrToint(Edit4.Text);
if Edit5.Text <> '' then c5:=StrToInt(Edit5.Text);
if Edit6.Text <> '' then c6:=StrToInt(Edit6.Text);
If Edit7.Text <> '' then c7:=StrToInt(Edit7.Text);
if Edit8.Text <> '' then c8:=StrToInt(Edit8.Text);
if Edit9.Text <> '' then c9:=StrToInt(Edit9.Text);
If Edit10.Text <> '' then c10:=StrToInt(Edit10.Text);
if Edit11.Text <> '' then c11:=StrToInt(Edit11.Text);
if Edit12.Text <> '' then c12:=StrToInt(Edit12.Text);
дано 12 едитов, нужно зделать проверку, чтобы каждый едит не был пустой, как зделать проще чем так ?
If Edit1.Text <> '' then c1:=StrToint(Edit1.Text);
if Edit2.Text <> '' then c2:=StrToInt(Edit2.Text);
if Edit3.Text <> '' then c3:=StrToInt(Edit3.Text);
If Edit4.Text <> '' then c4:=StrToint(Edit4.Text);
if Edit5.Text <> '' then c5:=StrToInt(Edit5.Text);
if Edit6.Text <> '' then c6:=StrToInt(Edit6.Text);
If Edit7.Text <> '' then c7:=StrToInt(Edit7.Text);
if Edit8.Text <> '' then c8:=StrToInt(Edit8.Text);
if Edit9.Text <> '' then c9:=StrToInt(Edit9.Text);
If Edit10.Text <> '' then c10:=StrToInt(Edit10.Text);
if Edit11.Text <> '' then c11:=StrToInt(Edit11.Text);
if Edit12.Text <> '' then c12:=StrToInt(Edit12.Text);