gdFocus是什么意思?(50分)

  • 主题发起人 主题发起人 qlw
  • 开始时间 开始时间
Q

qlw

Unregistered / Unconfirmed
GUEST, unregistred user!
读别人的代码遇到的
if (gdFocused in State) then

.........
程序里再没有别处出现gdfocused.请问这是个什么东东?
到哪时找所有这一类的帮助?
 
TGridDrawState defines the possible states of a cell when drawing occurs.
Unit
Grids
type TGridDrawState = set of (gdSelected, gdFocused, gdFixed);
Description
TGridDrawState defines the possible states of cell when drawing occurs. The TGridDrawState is the type of method parameters used
for grid objects. TGridDrawState can represent a value that
includes zero or more of the following:
Value Meaning
gdSelected The cell in the grid is selected.
gdFocused The cell in the grid has input focus.
gdFixed The cell is in the fixed (nonscrolling) region of the grid.
帮助里有的。
 
Grid型控件的选项,决定Cell接不接收焦点
 
多谢二位
我说怎么查不到,我找的是D3的帮助,faint!
还想问一下,这是一个在dbgrid中加元件的范例,深度历险的,奇怪的是,
我在窗体上只看到两个元件,但在属性编辑器里却看到十几个,这是怎么回
事?
 
是不是都被盖住了?
 
没有呀,我都跑到显示器后头去找了
 
哈哈。。
 
你在属性编辑器里选中其它的显示吗?
 
我找了一天还是找不到
:-(
有无这种可能,老版本delphi写的东西在新版本显示不出来?
 
嘿嘿,我想起来了,有一些控件,好像是yourselful里的,你选一个在属性
编辑器里就会显示好几个的
 
to wjiachun:
已经发过去,帮我看看如何?
 
你先告诉我发的这玩意是干嘛用的?
 
让人黑怕了?西西
就是在DBGrid中加元件
 
不是,我现在没有自己的机子了,我都没有Delphi,控件往哪里装?
那一定就是加在DBGrid的控件了,看看它的属性,试着用用
 
Now go get a TDBLookupCombo from the Data Controls pallet and drop
it any where on the form, itdo
esn't matter where since it will
usually be invisible or floating over the grid.
-------------------------这是Gridhoto.wri里的一句
 
多人接受答案了。
 

Similar threads

回复
0
查看
830
不得闲
回复
0
查看
819
不得闲
回复
0
查看
567
不得闲
后退
顶部