搜索资源列表
tuxinxianshijiqiao
- 图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image
dbgrid
- 在DBGRID上显示和添加进度条,本案例通过创建一个DBGRID的派生类来获取dbgrid1某一列的RECT值来完成进度条的添加和显示,并在DELPHI7和XP上编译通过。-DBGRID on display and add a progress bar RECT value of dbgrid1 a column in this case by creating a DBGRID derived class to get done to add and display of the progr
Memo
- 动态设置Memo控件边框的大小,Delphi代码,改变Memo组件的边框空隙,程序通过获取Memo1的矩形边界,更改Rect边界值,重绘Memo1的矩形边界。其效果类似CSS中的Padding,也就是区块边缘与正文边距之间的空隙。本代码可动态改变左边距和上边距中的Padding大小,你可以亲自操作一下试试效果。-Dynamic setting the Memo control the size of the border, Delphi code, change the the Memo com