python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Get notified when a new form is shown/open
TApplication triggers the event OnModalBegin when a modal TForm is opened.
Is there a way to get notified when a non modal TForm is shown/opened the same wayt TApplication.OnModalBegin does ?
Clayton A. Alves
Votes: 0
Answers: 1