专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
有时候在编程过程中由于实际需要,需要移除DBGrid的垂直滚动条,但是有很多的新手不知道这么做,下面我们给出移除DBGrid的垂直滚动条的源代码 type TNoVertScrollDBGrid = class(TDBGrid) protected procedure Paint; override; end;procedure Register;implementationprocedure TNoVertScrollDBGrid.Paint;begin SetScrollRange(Self.Handle, SB_VERT, 0, 0, Fals [阅读全文] [PDF]
1 共1条 分1页