cxgrid删除应用过滤后的行

var
I: Integer;
begin
with do
for I := 0 to ViewData.RecordCount - 1 do
begin
ViewData.Records[0].Focused := True;
DataController.DataSet.Delete;
end;

posted on 2009-07-23 17:52  martian6125  阅读(138)  评论(0)    收藏  举报