formkpreview:=true;
formkeypress事件 加到一个窗体,然后、其他窗体以次为父窗体,可以共享此事件
With Form AS TForm Do
; Case Key Of
; ;VK_Return://key=#13
; ; Begin
; ; If not (ActiveControl Is TDBGrid) Then
; ; ;Begin
; ; ; PerForm(WM_NEXTDLGCTL,0,0);
; ; ;End
; ; Else If (ActiveControl IS TDBGrid) Then
; ; ;With TDBGrid(ActiveControl) Do
; ; ; If selectedIndex<(FieldCount-1) Then
; ; ; ; ;selectedIndex:=selectedIndex+1
; ; ; Else
; ; ; ; selectedIndex:=0;
; ; End;