![]() |
|
||||||||||||||
| | 网站首页 | 数据库教程 | web编程 | 服务器 | 程序设计 | | ||
|
||
|
|||||
| dxMemData的过滤 | |||||
作者:佚名 文章来源:不详 点击数: 更新时间:2007-8-3 ![]() |
|||||
|
正在装载数据…… dxMemData用起来不错,可惜起过滤功能不太好用,从网上找到这篇,试过发现不错.原文地址: http://tingmusic.spaces.live.com/Blog/cns!61A38A6C1E849E87!678.entry
I tried setting the dxMemData.Filter property to a value and the dxMemData.Filtered property to True. But this has no effect. How can I filter MemData? Solution Please note that the ExdivssMemData does not recognize the Filter property. This is the designed behavior. You can use only the OnFilterRecord event handler and filter records with the help of its Accept parameter or form the FilterList manually to filter the ExdivssMemData. And of course you should set the MemData's Filtered property to True. Here is some sample code illustrating the second approach: [Delphi] with dxMemData do DisableControls; try //Clear Filter ProgrammedFilter := False; Filtered := False; //Create Filter ProgrammedFilter := True; finally EnableControls; end; 本文来源:http://blog.csdn.net/mastersky/archive/2007/07/05/1679953.aspx
|
|||||
| 文章录入:admin 责任编辑:admin | |||||
| 【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 | |||||
| 网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!) |
| | 设为首页 | 加入收藏 | 联系站长 | 友情链接 | 版权申明 | 网站公告 | 网站地图 | 管理登录 | | |||
|