标签:The 颜色 没有 else end apt content bre dem
procedure TForm4.dbgrdShowKeyUp(Sender: TObject; var Key: Word;
Shift: TShiftState);
begin
with qry1 do //动态计算
begin
if (FindField(‘总价‘)<>nil) and (FindField(‘数量‘)<>nil) and (FindField(‘单价‘)<>nil) then
if State in [dsinsert,dsedit] then
begin
UpdateRecord;
FieldByName(‘总价‘).AsString:=StrOpt(DasS(qry1,‘数量‘),‘*‘,DasS(qry1,‘单价‘));
end;
end;
end;
Delphi处理数据网格DBGrid的编辑框 获取还没有提交到数据集的字段文本
标签:The 颜色 没有 else end apt content bre dem
原文地址:https://www.cnblogs.com/jijm123/p/11456812.html