Show deleted records
With this procedure we can show deleted record from paradox table.
procedure deletedrecords(Table: TTable; SioNo: Boolean);
begin
Table.DisableControls;
try
Check(DbiSetProp(hDBIObj(Table.Handle), curSOFTDELETEON,
LongInt(SioNo)));
finally
Table.EnableControls;
end;
Table.Refresh;
end;
The successor TDBGrid with the extended features. Is able to...
This TscExcelExport component is an advanced, powerful but...
TVirtualTable component is TDataSet descendant. It represen...
The PDJDBGridEx it is new generation of data award compo...
AnimationEffect component will add a smooth and extremely co...
Saturday 17 Feb 2007 | Delphi Tutorial | Database