In the component I am writing, I want to include automatic detection of registered image formats, but it is a solution that works only when the compiler option of Use Debug DCU is disabled.
W
In the component I am writing, I want to include automatic detection of registered image formats, but it is a solution that works only when the compiler option of Use Debug DCU is disabled.
W
I am writing an application for an Android tablet in Delphi XE7. I want to turn off the homepage and back button so that no one can leave the application. I found many answers, But there is no ment
It is said that a winform is generated:
var
F: TForm;
L: TLabel;
begin
F := TForm.Create(Application);
L := TLabel.Create(F);
L.Parent := F; // Needed to have it show up on the form.
L
I solved my problem, but I need to know why this problem occurs?
I wrote a project to load the file into the listBox and then delete the strings one by one,
But when I delete the listBo
I am using records to encapsulate two exception sets.
I have put in operators to allow either group to be assigned to records. Doing so will clear the other. < br>But I cannot specify an empty set
I know I shouldn’t ask Peter Peter, but I found this code snippet while trying to debug some old D5 code Text File Size.
In my opinion, Sysutils.FindClose should be called the last line of th
An annoying thing about using Excel through its automated interface is weak typing.
The return value can contain any different types.
How to test whether the variable returned by the caller Inter
procedure TMainForm.KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
begin
if (GetKeyState(Ord(‘Q ‘)) The above event only works when the focus is set to the main form.
If I run the ap
Anyone knows how to use Windows 8 Fax to send a fax. Real Delphi.. I mean I need to activate Windows Fax with numbers and pdf attachments.
About that Any tutorials?
Day Thnx. For example, you
See the answer in English> How do I check for PROGRAM idle time, as opposed to SYSTEM idle time? Three
We have a program that we are writing in Delphi XE. I have A question:
If the program is