日本語のみで絞り込む

Description. Place a TTimer object on the form and enter Timer1Timer in the OnTimer event. Place other controls on the form and change the active control at run ...

ActiveControl. Up to Parent: TCustomForm. Delphi. property ActiveControl ... Use ActiveControl to get or set the control that has focus on the form. Only one ...

Hello,. i am working with D7 on XP and want to get the actual focused object. I tried to use ActiveObject, but no matter what i do, ActiveObject is always

2021/5/3 -I've overridden the SetFocus method in order to forward the focus to the edit control: TMyFrame = class( ...

2020/4/6 -Only windowed controls (TWinControl descendants) can receive input focus, and thus be assigned as an ActiveControl. TLabel is a graphical ...

2023/1/2 -Below you will find a custom function which demonstrates how to do this. Hopefully, it will be helpful to you. Delphi. function IsGridFocused: ...

Active Control for Delphi. 445 views · 5 years ago ...more. Ziad Allaghi. 589. Subscribe. 3. Share. Save.

YouTube-Ziad Allaghi

2022/11/28 -Hi, I'm using Lazarus 2.2.4 on Win11. I have a form with a tstringgrid to show statusmessages of certain actions.

2018/1/29 -The ActiveControl property (TWinControl type) of the Screen object Indicates which control currently has input focus on the screen (any of the ...

2017/9/12 -Using Delphi10, I have this code: procedure TfmChangeReq.miUserStampClick(Sender: TObject); var fMemo : tcxDBRichEdit; aLine : str.