Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
116 views

I am enumerating project's build configurations. I want to get the "Debug" build configuration. I do realize it is not something hardcoded and can be removed by user, or another ...
Александр Кулагин's user avatar
1 vote
1 answer
119 views

My DBGrid is connected to a Datasource / ClientDataset / Provider / ADOQuery I sort the grid with this code, which seems to work well procedure TDataModuleBase.SortClientDataSet(AscendingFields, ...
GuidoG's user avatar
  • 12.3k
2 votes
0 answers
111 views

Delphi 10.4.2 32-bit app(s) I work on will intermittently load icons with black backgrounds (no transparency). It can happen several times a day, but is not reliably reproducible. Usually, I have to ...
Phil B's user avatar
  • 453
5 votes
0 answers
115 views

We ran into an issue on systems that have installed the Windows 11 updates that we released early July with our application that uses a combination of TChromium and Delphi's TTouchKeyboard. Problem ...
Koen's user avatar
  • 51
0 votes
0 answers
96 views

I have a problem when printing a long product receipt using a thermal printer. I use Delphi Tokyo 10.2 and Quick Report version 6. Despite activating all features, including continuous, and taking ...
Nedjmo_O's user avatar
1 vote
2 answers
224 views

In my programs, I use the Steema TeeChart Delphi VCL library (Standard Edition without source code). I need to highlight the horizontal zero-value grid line in my chart, i.e., display it in a ...
tk_'s user avatar
  • 652
-3 votes
1 answer
255 views

I wrote an application (a management program) that performs numerous processes, numerous cycles in which other procedures are called, ..., and to keep track of what the program does (in order to have ...
Giovanni Pederzani's user avatar
0 votes
1 answer
175 views

I always kind of thought/assumed there would be a crNone option under the Cursor property on components. But when browsing through the Cursor list in the object inspector, I don't see a crNone option. ...
Shaun Roselt's user avatar
  • 4,361
2 votes
2 answers
134 views

I'm making a game in Delphi with FireMonkey and I'm trying to make a button with rounded corners using a TRectangle. It is the play button in the photo below: Is this possible? How can it be done? I'...
liansa111's user avatar
-1 votes
1 answer
155 views

I am experiencing an unexpected result from the Trunc() function, due to the lack of precision of floating-point numbers, when the float value stored is just below the positive integer value: var u1, ...
Fred62's user avatar
  • 61
1 vote
1 answer
145 views

I'm using a RC file with images and strings , like this : splash RCDATA splash.png ilogo RCDATA ilogo.png site RCDATA { "https://www.example.com" } I then compile this file with BRCC32 and ...
delphirules's user avatar
  • 7,750
1 vote
0 answers
104 views

The EXIT_SUCCESS constant and some others are present in StdLibTypes.inc for Android and OSX: $(BDS)\source\rtl\posix\android\StdLibTypes.inc $(BDS)\source\rtl\posix\osx\StdLibTypes.inc const ...
Peter's user avatar
  • 183
1 vote
0 answers
282 views

Having recently downloaded and installed Embarcadero Delphi 12 Community Edition, after successfully using Delphi 11.3 CE and Delphi 10.4 CE, I am encountering numerous problems. These include: Help ...
user11935527's user avatar
0 votes
1 answer
85 views

I have an issue with TText in TRectangle with both rotated the same rectangle when created dynamically, shows the number outside the box, yet when I paste the rectangle and text (by converting them ...
Peter Jones's user avatar
1 vote
2 answers
89 views

I have a TDBGrid on a dataset with multiple text blob fields on each row. I want to be able to dbl-click on each blob field to pop up an edit dialog. How do I tell, in the grid's DblClick event, ...
Steve Sneed's user avatar
0 votes
0 answers
128 views

Scenario: In a new FMX project (no StyleBook), I have two layouts: Layout1 and Layout2. Inside Layout1, there's a TButton with a TShadowEffect attached. At runtime, I move Layout1 into Layout2 like ...
Daniel Vieira Daniel's user avatar
0 votes
1 answer
81 views

It's been a long time since I had to write this in Delphi, I need a little help here. I have a ClientDataSet, that has a DataSetProvider that is connected to a ADOQuery. Retrieving rows works fine, ...
GuidoG's user avatar
  • 12.3k
0 votes
1 answer
136 views

I have a simple TStringGrid on my form, but my column header height isn't large enough for the text to fit as can be seen here: I'm simply trying to change the height of that column header, but I'm ...
Shaun Roselt's user avatar
  • 4,361
0 votes
2 answers
192 views

In my FMX application I have a webpage that I'm rendering inside a TWebBrowser. The webpage has a simple <input>, but on Windows if I click the input it focuses and immediately unfocuses. After ...
bas's user avatar
  • 15.2k
1 vote
1 answer
134 views

Every time I try to compile and/or run my app I get this error: [dcc64 Error] E2042 Write error on '.\Win64\Debug\MyApp.exe' According to the Embarcadero docwiki the issue is: The compiler ...
JakesF's user avatar
  • 343
1 vote
1 answer
128 views

I know how to read a RES file embedded in EXE file and extract data from it : images, strings etc. But for this to work, i need to include a RES file before compiling my EXE, like so : {$R myfile.res} ...
delphirules's user avatar
  • 7,750
2 votes
1 answer
92 views

I have code to get the Horizontal and Vertical Bar Positions of a TScrollBox when the user moves the bars but the scroll bar resets to its original position what I believe is due to not being able to ...
Yuppski's user avatar
  • 195
1 vote
1 answer
214 views

I see that other people have gotten similar errors in both Delphi (#1, #2) and Lazarus (#1, #2, #3, #4) on StackOverflow, but none of them have it using just a new blank app. I have a completely brand ...
Shaun Roselt's user avatar
  • 4,361
0 votes
0 answers
65 views

After installing Windows 11 Update 24H2, I have not been able to work with a COM Library developed with C# and accessed from Delphi. The failure occurs when I do a Where filter using a numeric ...
KE50's user avatar
  • 564
1 vote
2 answers
181 views

This answer shows that you can create a constant generic array of strings. So this code works: const AllTestJSON: TArray<String> = [ ''' [ {'Computer Webcam', TAlphaColors.Aliceblue},...
Shaun Roselt's user avatar
  • 4,361