码迷,mamicode.com
首页 > 其他好文 > 详细

GridEh Lookup

时间:2015-03-05 10:28:48      阅读:529      评论:0      收藏:0      [点我收藏+]

标签:

Flexible adjustment of a lookup inplace editor

没有输入拼音码搜索功能。

技术分享

Drop-Down Forms

这个比较符合中国人的习惯,搜索框,不错,点下来箭头才能弹出,能不能输入字母进入搜索。

EhLib allows to create Drop-down Forms that can be shown on pressing of edit button in the text editors.

GridEh的列有这个事件

void __fastcall TFrm::DBGridEh1Columns0OpenDropDownForm(TCustomDBGridEh *Grid, TColumnEh *Column, TEditButtonEh *Button, TCustomForm *&DropDownForm, TDynVarsEh *DynParams)

技术分享

 

 

TDBLookupComboboxEh

技术分享

Search panel

DBGridEh can display a special panel to search and filter the data in the grid.

curGrid->SearchPanel->FilterOnTyping,以下属性,很好用。

__property bool Enabled ;
__property bool PersistentShowing ;
__property TShortCut ShortCut;
__property TSearchPanelLocationEh;
__property bool FilterOnTyping;//输入字母实时过滤
__property bool FilterEnabled;

技术分享

Data grouping

 

Grid allows to group data using columns as a criterion of grouping.

It is allowed to display a grid summarizing the records for each group, and the overall record summarizing the bottom of the grid.

技术分享

DropDown filter list

 Grid allows to filter data using a droped down list box where users can select items for filtering using checkboxes.

技术分享

GridEh Lookup

标签:

原文地址:http://www.cnblogs.com/cb168/p/4314973.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!