約15,600件1ページ目

日本語のみで絞り込む

SelectNext. Up to Parent: TWinControl. Delphi. procedure ... The CheckTabStop parameter controls whether the control SelectNext finds must be a tab stop.

2011/7/21 -SelectNext selects next sibling child control, ie. you need to call it on your edit's parent: type THackWinControl = class(TWinControl); if ...

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. To move to the next control: ...

FindNextControl. Up to Parent: TWinControl. Delphi. function ... Returns the control's next child in the tab order after the specified control.

2017/3/26 -We know that, generally, pressing the Tab key moves the input focus to next control and Shift-Tab to previous in the tab order of the form.

2016/11/28 -TPanel.tabDeal) , in object browser I saw so many method like TabClick(Ashift,Param1,Param2) and SelectNext(GoForward,Param2,Param3) , ...

2018/7/25 -I was asked if enter key could be used as a tab key. In Delphi I guess one would use Keypress and check for shift state ....and use SelectNext ...

2021/7/23 -In Delphi, I constantly use the "ActiveControl := edEDIZM;" And for some reason it doesn't work in IW. Can you tell me how to do this? Hi. I ...

2018/11/1 -The Set Tab Order Expert has two modes, the first one is simple: It displays a tree view of the currently selected control and allows you to ...