E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
stringgrid
delphi TStringGrid add CheckBox
代码如下:procedureTForm1.FormCreate(Sender:TObject);vari,j:integer;begin//行数和列数
StringGrid
1.ColCount:=10;
StringGrid
1
pipi0714
·
2012-11-01 10:00
在dephi中有Exclude,Include函数,在BCB中使用什么代替啊? 及 TGIFImage 消除闪烁
我就是在BCB中想把Options项能添加或删除一种属性,我知道可以这样实现:
StringGrid
->Options=TGridOptions()>>goFixedVertLine,goFixedHorzLine
clq
·
2012-10-09 23:00
StringGrid
类详解
事件句柄 1.
StringGrid
1GetEditText(Sender: TObject; ACol, ARow: Integer; var Value: string); Options.goEditing
soboer
·
2011-11-30 12:00
String
Delphi
StringGrid
常用属性和常用操作
StringGrid
组件用于建立显示字符串的网格,与电子表格相似。它可使表格中的字符串和相关对象操作简单化。
xiongmao000738
·
2011-11-26 12:00
c
String
Integer
UP
button
Delphi
StringGrid
今天在书上看到了
StringGrid
的使用,写的例子很少,以前在做毕业设计时我也使用过这个控件,不过现在都很久没有使用这个控件了,所以都有点生疏了;其实一直以来我经常光顾的一个学习delphi的网站就是万一老师的博客
isiqi
·
2011-06-13 09:00
windows
F#
Microsoft
asp
Delphi
StringGrid
设置单元格信息
BCB封装了
StringGrid
自绘消息OnDrawCell我们只要重写该事件即可事实上我们只要判断是否要自绘但是如果
StringGrid
作为输入需要设置任意一个单元格信息那就要做些额外的工作我们这里采用
qq752923276
·
2011-05-21 17:00
工作
String
struct
list
iterator
存储
StringGrid
单元格通过回车键切换单元格
StringGrid
通过回车键切换单元格。
xinzheng_wang
·
2011-03-10 14:00
String
StringGrid
文字居中
procedure TForm1.
StringGrid
1DrawCell(Sender: TObject; ACol, ARow: Integer; Rect: TRect; State: TGridDrawState
xinzheng_wang
·
2011-03-10 12:00
String
StringGrid
操作大全
(1)正确地设置
StringGrid
列宽而不截断任何一个文字方法是在对
StringGrid
填充完文本串后调用SetOptimalGridCellWidth过程-----------程序片断-------
xinzheng_wang
·
2011-03-10 10:00
String
KeyLife富翁笔记
KeyLife富翁笔记作者:archonwang标题:
StringGrid
使用全书关键字:
StringGrid
分类:开发经验密级:公开(评分:★★★★,回复:12,阅读:20586) »»
StringGrid
走在空中的人
·
2011-01-13 11:00
StringGrid
StringGrid
行列的增加和删除 type TExCell=class(TStringGrid) public procedureDeleteRow(ARow:Longint); procedureDeleteColumn
beyondqd
·
2010-08-25 13:00
list
String
Integer
float
button
Forms
Delphi
StringGrid
控件的属性及使用说明
Delphi
StringGrid
控件的属性及使用说明 元件名稱:
StringGrid
●固定行及固定列:
xineohpanihc
·
2010-07-19 21:00
C++
c
C#
UP
Delphi
StringGrid
属性
功能:以网格形式显示或编辑多个字符串。 主要属性: Cells:获取每个单元格的值,用法Cells[ARow][ACol]; Cols:TString类型,返回某一列的所有字符串,用法Cols[index]; Objects:列出一个单元格对应的对象,用法Objects[ARow][ACol]; Rows:TString类型,返回某一行的所有字符串,用法Rows[index];
sforiz
·
2010-04-30 13:00
网格
Delphi判断单元格是否被选中
function IsCellSelected(
StringGrid
: TStringGrid; X, Y : LONGINT): BOOLEAN; begin Result := false
ajonjun
·
2009-12-22 23:00
Delphi
用Canvas可以实现很多特效,这里仅仅列出在Canvas上更改字体以及背景的方法。
1、DBGrid不同行/单元格显示不同颜色2、StatusBar上面字体的颜色显示3、
StringGrid
中文字右对齐4、ListBox改变字体颜色5、ComboBox显示字体列表,同时各字体名称使用其本身来显示
zhangshengqi
·
2009-08-12 21:23
canvas
职场
特效
休闲
Delphi
StringGrid
使用全书
StringGrid
行列的增加和删除typeTExCell=class(TStringGrid)publicprocedureDeleteRow(ARow:Longint);procedureDeleteColumn
genispan
·
2009-06-05 15:00
String
properties
Integer
div
Delphi
网格
Delphi关于
StringGrid
的公用模块
unitSGridFunction;{*******************************************模块名称:
StringGrid
操作函数模块编写者:Tony开始日期:2006年
farce
·
2009-05-07 17:00
exception
String
function
Excel
Integer
Delphi
关于Delphi字符转换的问题。不会啊!!!帮帮忙!!!
VCL组件开发及应用 http://www.delphi2007.net/DelphiVCL/html/delphi_20061220231901235.html 输入一个任意长的字符串,使用
Stringgrid
·
2009-01-04 16:00
Delphi
去掉非聚焦
stringGrid
的最后选中的 cell 颜色
stringGrid
的cell选中时会有蓝色,而且
stringGrid
离焦后那个蓝色依然会去,下面可以不管什么情况下都不显示蓝色 onDrawCell事件grid:=TStringGrid(Sender
laorer
·
2008-11-26 16:00
学用 TStringGrid [2] - DefaultColWidth、DefaultRowHeight、Col、Row
本例功能:1、修改
StringGrid
单元的默认宽与高;2、添加行和列;3、确认当前单元并赋值.
cdlff
·
2008-11-22 09:00
学用 TStringGrid [1] - ColCount、RowCount、Cells
本例功能:1、获取
StringGrid
的行数、列数;2、给单元赋值.
cdlff
·
2008-11-22 09:00
c
windows
Class
button
Forms
学习和使用AdvStringGrid
Delphi自带的
StringGrid
实在功能太少,而且很难看。的确是可以扩展,但是这是要花费很多时力的。
qujianfeng
·
2008-08-22 21:00
qq
Excel
asp
Delphi
StringGrid
使用全书( 一)
(1)正确地设置
StringGrid
列宽而不截断任何一个文字方法是在对
StringGrid
填充完文本串后调用SetOptimalGridCellWidth过程 -----------程序片断------
·
2008-01-27 22:00
String
Delphi中
StringGrid
动态绑定下拉列表
Delphi中DbGrid控件可以通过设置PickList 以便在单元格中显示下拉列表,而
StringGrid
没有相关属性,遇到这样的情况主要涉及到以下几个问题:1、如何在
StringGrid
某单元格中显示
jjhua
·
2007-12-02 21:00
windows
String
测试
XP
Integer
Delphi
BAPI / RFC with Delphi(系列之五)--TSAPFunctions和TSAPLogoncontrol使用(无登录对话框Delphi源代码)
ActiveX-component to connect RFC/BAPI SAPLogoncontrol1 SAP ActiveX-Component to logon to the system Grid
Stringgrid
Jack Wu
·
2007-03-26 11:00
windows
Delphi
BAPI / RFC with Delphi(系列之四)--TSAPFunctions使用(有登录对话框的delphi源代码)
form上添加下列控件 Component function SAPFunctions1 SAP ActiveX-component to connect RFC/BAPI Grid
Stringgrid
Jack Wu
·
2007-03-26 11:00
windows
Delphi
StringGrid
使用大全
KeyLife富翁笔记 作者 : archonwang标题 :
StringGrid
使用全书 关键字:
StringGrid
分类 : 开发经验 密级 : 公开 (评分:★★★★ , 回复: 11, 阅读
wapysun
·
2006-12-04 21:00
String
收集的
stringgrid
的技巧
stringgrid
作者:jxp 日期:2005-12-30
StringGrid
行列的增加和删除如何编写使
StringGrid
中的一列具有Check功能,和CheckBox效果一样
StringGrid
·
2006-06-10 19:00
String
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他