起步软件技术论坛-X3

 找回密码
 立即注册
搜索
查看: 318|回复: 2

怎样获取DataGrid导出的条数?[问题]

[复制链接]
发表于 2011-3-23 10:40:22 | 显示全部楼层 |阅读模式
在 用户界面基础---界面库---组件库---DataGrid默认菜单 中怎么样获取DataGrid导出的数据的总数?以及获取该导出模块的功能ID?
回复

使用道具 举报

 楼主| 发表于 2011-3-23 11:17:55 | 显示全部楼层
条数已经找到方法,直接lGrid: TDataGrid;  这里能取到,功能ID还在研究,知道的请说下,减少些时间。多谢!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-3-23 12:33:05 | 显示全部楼层
可以结贴了。
在标准风格窗体的以下事件中,可以获取到,再进行赋值,这个事件不管打开,还是切换,都能获取到当前的功能。
procedure TFuncContainer.RequestAlign;
begin
  inherited;
  if Visible and (Func <> nil) and not Func.Terminated and
    (Func.MainForm <> nil) and
    (Func.MainForm.Parent = Self) and not Func.MainForm.Visible then
    Func.MainForm.Show;

  //显示功能ID
  if Visible and (Func <> nil) and not Func.Terminated and (Func.MainForm <> nil) then
  begin
  JsDialogs.ShowMsg(Func.ID,'');
  JsDialogs.ShowMsg(Func.DisplayName,'');
  end;

end;
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Justep Inc.

GMT+8, 2024-12-23 10:04 , Processed in 0.041487 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表