CXGRID
dongmingho
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CXGRID 獲取選取行的值(轉)
方法一:使用函数GetRowValue此方法在表格过滤、排序后也正常procedure TfrmBillExtraction.pmGetBill_D_DatasClick(Sender: TObject);var I,J : Integer;begin with cxGDBTV_Bill_M.DataController,cxGDBTV_Bill_M.DataController.DataSe原创 2008-10-21 11:52:00 · 1084 阅读 · 0 评论 -
CBX如何隱藏地址欄 、工具欄
//關閉IE的地址欄 、工具欄 僅IE有效 if assigned(CurrentContext.CurrIE) then begin CurrentContext.CurrIE.MenuBar := False; CurrentContext.CurrIE.AddressBar := False; CurrentContext.CurrIE.ToolBar :=原创 2008-10-27 12:32:00 · 423 阅读 · 0 评论
分享