I know that navigation keys (Tab, BackTab, the arrow keys, and so on) are unaffected by KeyPreview because they do not generate keyboard events.
But I really want to handle Navigation keys with OnKeyDown event.
I added the codes as follows, but it still does not work:
procedure...
Hi,
Use the following code to change system menu item text. It works well, but the icon on the left of the item disappeared. The same problem is with AppendMenu function.
Any help?
procedure TForm1.ChangeSystemMenuItemText;
const
strCLOSE = 'Close This Window';
var
SysMenu : HMenu...
Hi All,
XPath provides math operation functions such as round(). But I want to TRUNCATE a real-type value.
Is there a function like trunc() in XPath?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.