約9,540件1ページ目

日本語のみで絞り込む

Moves the input focus from the current child control to the next one in the tab order. Call SelectNext to move the child control focus.

2012/3/27 -I'm having the next problem with SELECTNEXT and FINDNEXTCONTROL procedures in Delphi XE2 (Update 4 under WinXP Pro 32b), these procedures aren't working ...

2016/5/20 -I use the following code in a TEdit and TLabelledEdit OnExit event. Form1.SelectNext(ActiveControl, False,True)

You can make your application focus the next control (in the tab order) on your form by using the SelectNext() method.

This code first checks to see if the Key that was entered was indeed the Enter key (#13), and then calls the SelectNext method of the Form, passing the current ...

SelectNext メソッドを呼び出すと,子コントロールのフォーカスを移動できます。SelectNext は,タブ順で CurControl の次または前の子コントロールで,ほかのパラメータで ...

2017/3/26 -Make the Enter key work like Tab -- pressing the Tab key moves the input focus to next control and Shift-Tab to previous in the tab order of ...

2019/10/23 -For your convenience, we have implemented Form.SelectFirst, Form.SelectNext, identical to the VCL to do this. This extension will be available ...

2016/11/28 -In my Delphi app, they use a "TPageControl" object. This has an "FTabs" property. Which contains the list of tabs within the control container with new line ...

2015/4/16 -SelectNext does nothing (I placed a show message in there before it to show when it executed the Form.OnKeyUp) All it does when I take out ...