I want to know if the desktop layout can be saved when using Delphi 10.3 Community Edition.
I am performing this process, but I can’t find saving the desktop Layout options.
View-> Desk
I want to know if the desktop layout can be saved when using Delphi 10.3 Community Edition.
I am performing this process, but I can’t find saving the desktop Layout options.
View-> Desk
I am testing an example from this Q& A Component Creation – Joining Components Together? to understand how to create custom/composite components.
Although the example The components installed
What I want to do is assign an anonymous method as a function result to a variable of the same type. Delphi complains that an appointment cannot be made. Obviously something about Delphi I want to
I am using Delphi 10 Starter version. I am studying how to use Delphi’s TTreeView component.
Everything is normal, no problem. The only thing I left The question is:
After adding the ob
I am porting 32-bit Delphi BASM code to 64-bit FPC (Win64 target operating system), and want to know why the next instruction cannot be compiled in 64-bit FPC: < /p>
{$IFDEF FPC}
{$ASMMODE I
Classification Scope< /td> bytes Remarks Simple type Ordinal Integer Integer -2147483648 .. 2147483647 4 Signed 32-bit Cardinal 0 .. 4294967295 4 Unsigned 32-bit Shortint -128 .. 127< /td> 1
Edit my question.
I will be specific.
How to declare the following code as const instead of var?
(I can’t get the Cube example)
var
Matrix: array of array of string;
SetLength(
1 unit Unit1;
2
3 interface
4
5 uses
6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
7 Dialogs, StdCtrls;
8
9 type
10 TForm1 = class(TForm)
11 Edit
For Windows services, I need a timer to perform a certain task on a regular basis. Of course, there are many options that seem to be better than timers (multithreaded, calling methods directly from
For some reason, the transparent controls on the form became opaque on some computers. I got reports on “Acer Netbook” and “Thinkpad x600”. The application It was built using Delphi 2007.
Thi