DBGrid的使用!(20分)

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

qiao198

Unregistered / Unconfirmed
GUEST, unregistred user!
 小弟:
 我用了一个DBGrid的控件,现在我要选中一行,就显示该行的信息!!或调用一个窗体!
 
DBGrid里面有个Options属性,把其中的dgRowSelect属性设置为True就OK了
 
应该对你有帮助的。
DBGrid1.SelectedIndex := DBGrid1.SelectedIndex + TComponent(Sender).Tag;
DBGrid1.SetFocus;
 
接受答案了.
 
后退
顶部