約67,000件1ページ目

日本語のみで絞り込む

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 ...

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

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

2020/4/6 -It generates a code that you can call but cannot change. If you change it will be rewritten the first time when the new code is generated.

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: ...

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.

2017/9/12 -ActiveControl is TcxDBRichEdit then begin fMemo := Screen.ActiveControl ... Delphi, HTML5 or iOS & Android development. Whether using WPF, ASP ...

2019/8/16 -I've created a global (on form level) variable called ActCon. I've assigned a unique value to the tag property of the edit controls I want to ...

2006/6/14 -I have a main form that controls the common elements of entering and editing data for different DBs. The frames are then unique to the data ...