×
2019/08/15 · As there have been no replies to this question, I take it it is either a very trivial question, which everybody with just the slightest Delphi ...
An article about using Delphi Pascal to detect clicks on a TWebBrowser control and how to make TWebBrowser become the active control when clicked.
2006/06/14 · The frames are then unique to the data being entered. With the OnExit event for each data element, I check to make sure data was entered ...
2020/01/01 · Looking at some code and it seems someone went out of their way to ensure my coding experience would be an uphill battle! In Delphi land I ...
Adalberto Baldini wrote: (snip) You do not need to do that, just set the ActiveControl property of the form to this edit control at designtime.
Delphi Tip of the Day – OnShow SetFocus or Form1.ActiveControl. 1. Michael Riley I'm creating a simple database program to explore how SQLite works within ...
ActiveControl Property. In This Topic. Syntax; Requirements. See Also. Syntax. Visual Basic; C#; Delphi; JScript; Managed Extensions for C++; C++/CLI. [ ...
2005/06/24 · I've set up ActiveControl := Screen.ActiveControl; which works but how do I then say if ActiveControl is Edit1 then because that doesn't ...
2000/10/24 · ... delphi Subject: Re: [DUG]: Last Active Control on a form Alan Good guess - I have a TMenuTree component which links to a TMainMenu and uses ...
2021/08/13 · Hi All, In Delphi there is an event called onEnter and onExit for any Control. but in UniGUI it is not available. So, How can I Change the ...