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
Delphi is a well-known rapid application development tool (Rapid Application Development, RAD) under the Windows platform. Its predecessor was the “Borland Turbo Pascal” that was popular in the DOS era. The earliest version was developed by the American Borland company in 1995. The main creator is Anders Hejlsberg. After several years of development, this product has also been transferred to the Embarcadero company. Delphi is an integrated development environment (IDE). The core used is Object Pascal developed from the traditional Pascal language. It uses a graphical user interface as the development environment, and uses IDE, VCL tools and compilers to cooperate with the function of connecting to the database. An application development tool centered on object-oriented programming.
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