python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Delphi styled VCL TTrackBar: hide focus dotted rectangle while tracking
How can I hide the focus around a VCL TTrackBar when selected/while tracking, while using a VCL style? Using Delphi 11.1
This didn't work:
SendMessage(tb1.Handle, WM_UPDATEUISTATE, UIS_SET OR UISF_HID...
hikari
Votes: 0
Answers: 2
Why TRichEdit removes images from a loaded file when TRichEdit.ReadOnly?
When I try to load an RTF file using RichEdit1.Lines.LoadFromFile(FilePath) method and RichEdit1.ReadOnly = True then the RichEdit removes all images from the RTF file and shows an empty area in their...

DmitryB
Votes: 0
Answers: 0
How to detect Ctrl+Alt+x in the keypress event handler of a VCL TMemo control?
I've created a Delphi VCL app with a single TMemo control, and this is the code I have.
I use it to detect Ctrl+somekey. For example, when I press Ctrl+x, it pops up the alert ctrl and the Ctrl+x's ef...

Fajela Tajkiya
Votes: 0
Answers: 1