Skip to main content
0 votes
1 answer
195 views

I have such an array: 12 | 18 | 22 | 26 | 28 | 32 | 34 | 36 | 50 16 23 33 37 As you can see, it consists of two rows, but some have one ...
Pele's user avatar
  • 71
0 votes
0 answers
474 views

That's what I want to achieve for my VCL application: I extract a ZIP file to a directory in %TEMP%. If everything was okay, I move the directory to the target dir. For the move operation I use ...
yonojoy's user avatar
  • 5,586
0 votes
1 answer
1k views

How do I save a physical .json file to my C: \ drive starting from my JSONObject3 object? procedure CreateJSON; var JSONObject2, JSONObject3: TJSONObject; JSONValue1, JSONValue2: TJSONValue; ...
jmontegrosso's user avatar
0 votes
0 answers
586 views

How can I assign values to TJSONValue using Delphi XE4 unit Data.DBXJSON var JSONValue: TJSONValue; JSONString: TJSONString; JSONString := TJSONString.Create('Name'); JSONValue := TJSONObject....
jmontegrosso's user avatar
4 votes
0 answers
369 views

By default any unhandled exception occurring in TForm.OnCreate will lead to an error message beeing shown instead of an exception beeing thrown. The reason is this code in VCL.Forms: function ...
yonojoy's user avatar
  • 5,586
1 vote
2 answers
323 views

I need to mark a TBitBtn (not TButton), that the button action requires elevation. I set ElevationRequired to True, but I do not get the shield icon. To reproduce, place a TButton and a TBitBtn on a ...
yonojoy's user avatar
  • 5,586
0 votes
0 answers
90 views

I have investigated this problem across some different computers with theming/classic-theme and/or theme support disabled in my app... Problem when Windows is configured to draw the window while ...
Tom's user avatar
  • 3,657
0 votes
1 answer
180 views

during debbugging, why I can't view an array element? when index is a variable (arrai[i]) I get Inaccesible value issue But when index is a const number (array[1]) it works fine. Please view my ...
Pele's user avatar
  • 71
0 votes
0 answers
238 views

We have developed a Delphi app on windows 10. We use sqldirect to connect to sql server 2017. Is it possible to use sqldirect with Tls 1.2? Or set the provider to msoledbsql?
siwix's user avatar
  • 111
1 vote
0 answers
450 views

When building a program that uses the Graphics32 library (the old 1.9.1 version) with Delphi XE4 (targeting Win32, if it matters), I got the following compiler error: [dcc32 Error] GR32_LowLevel.pas(...
Edwin Yip's user avatar
  • 4,230
5 votes
1 answer
3k views

I'm having this strange issue for the first time in my 15+ experience of using Delphi. This is the icon I set in the project options (XE4): And this is the resulting application icon after compiled: I'...
Edwin Yip's user avatar
  • 4,230
6 votes
2 answers
662 views

Why the following code: const ANSICOLORS: array of cardinal = [ $000000,//0 $800000,//1, compilation error starts with this value $008000,//2 $808000,//3 $000080,//4 $800080,...
Edwin Yip's user avatar
  • 4,230
7 votes
1 answer
1k views

I'm using TSynEdit as a more user-friendly TMemo, mostly for the advanced shortcuts, UNDO/REDO, and so on. Other things are OK, except the wordwrap behavior, please check the attached screenshot ...
Edwin Yip's user avatar
  • 4,230
0 votes
0 answers
216 views

I have discovered a weird issue with my Delphi XE4 program. I have a toolbar with some toolbuttons. They also have a dropdown. I have code like this: m_View_SideColumns.Enabled := ...
Tom's user avatar
  • 3,657
1 vote
3 answers
795 views

I am currently experimenting with adding an example.manifest file next to my example.exe program, so GetVersionEx() returns correct information. However - it seems to not have made any difference at ...
Tom's user avatar
  • 3,657

15 30 50 per page
1
2 3 4 5
37