Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
110 views

We have ongoing issues with action controls, such as PopupActionBar and ActionMainMenuBar (Delphi 13.1). A small number of users experience a freeze/crash of our app right after startup. The app doesn'...
Andreas Ströbel's user avatar
0 votes
1 answer
140 views

Is there any way to highlight various non-contiguous cells in Delphi's TCalendar component at the same time? And not only the actual day? I need to let the user mark different days in different cells, ...
Moore's user avatar
  • 343
Advice
1 vote
11 replies
514 views

At my company, our older developers keep insisting to use VCL for projects and I really do not understand why. They do not seem to know why either. They just say use VCL because it is better and FMX ...
user31362432's user avatar
Advice
1 vote
4 replies
204 views

Given an x,y position from a mouse event, can I find the character (e.g. of a string in a ListBox) at that position? I want to do this to test the character and process the mouse event accordingly, ...
Neil Howie's user avatar
1 vote
1 answer
184 views

I am currently trying to switch from TCanvas to TDirect2DCanvas for some drawing routines, as I want to speed things up a little bit. I have stumbled upon the missing TPenMode. I did not find a ...
kishmet's user avatar
  • 93
1 vote
0 answers
153 views

I have a TStringGrid with several hundred rows of data in it. I want to enable the user to scroll through the data by panning (ie using their finger to pan up or down) on a touch-screen device. I have ...
Tim's user avatar
  • 133
0 votes
0 answers
77 views

I am using Delphi 7 with Crystal Reports XI (11) via the TCrpe (VCL) component. When I print a report, Crystal shows the following Print dialog. It only shows: System Printer (Microsoft Print to PDF) ...
 delphiX14's user avatar
4 votes
1 answer
137 views

In my Delphi 11.3 (on Windows 11) program I have a TWebBrowser component which shows an HTML page from resources. The resources also contain an image. How can I refer to the image resource in the src ...
stevenvh's user avatar
  • 3,383
1 vote
1 answer
298 views

I need to know from within my app whether the person has a pending Windows Update available or not, and then prompt him to update his Windows if it's not updated yet. Is there a way to check if an ...
Shaun Roselt's user avatar
  • 4,607
-1 votes
1 answer
180 views

I found this function that is supposed to get the names of all the actively plugged-in monitors on the computer: function GetMonitorNames: TArray<string>; begin Result := []; var ...
Shaun Roselt's user avatar
  • 4,607
0 votes
1 answer
137 views

I'm trying to get the count for the amount of monitors on my computer using VCL and Delphi. For my purposes, it only needs to work on Windows 11 and Delphi 13. I don't care about older versions. Is ...
Shaun Roselt's user avatar
  • 4,607
3 votes
1 answer
203 views

I want to switch my application from one monitor to another. The code below work many times perfectly as expected but sometimes it only moved the titlebar of my application to the new screen. How to ...
Franz's user avatar
  • 2,105
0 votes
1 answer
128 views

I have a Windows VCL application written in C++Builder. Some of the UI is implemented inside a DLL rather than directly in the main EXE. The DLL exports a function that creates and shows a VCL form, ...
manlio's user avatar
  • 19.2k
1 vote
0 answers
115 views

I have written a Print Preview option for a larger application. Mostly it works to my satisfaction, except sometimes the image is truncated. The code below is a much cut-down version that shows the ...
StinkyPete's user avatar
2 votes
1 answer
139 views

I have been tasked to convert one of our VCL DevExpress forms over to FMX. I am now busy replacing all of the TcxTextEdit components with TEdit components. The problem is that in some places, the code ...
user31362432's user avatar

15 30 50 per page
1
2 3 4 5
115