delphi-10.4-sydney Questions
2
I get socket error 10038 at startup.
How solve this error?
Stenopetalous asked 29/5, 2022 at 13:42
1
I've noticed that some emoji and special characters are supported as variable names in Delphi such as
var
❤ : string;
⅖ : double;
begin
❤ := 'My heart';
ShowMessage(❤);
⅖ := 0.4;
ShowMessage...
Poyang asked 2/6, 2020 at 2:14
1
Solved
Using Tmemo in my application, to allow the user to enter notes, I found that when editing the text or using the backspace key, very strange things happen.
For example, it's not possible to m...
Gschu asked 19/10, 2020 at 9:36
1
Solved
I've encountered some strange behaviour of delphi XE3 compiler (i compile for x86 architecture).
Imagine i have class with one field - custom record with several field of simple types:
TPage = cla...
Ultraviolet asked 8/11, 2021 at 11:43
1
Solved
I'm on Delphi 10.4.
I'm looking for a way to dynamically insert a number on the app's icon on the taskbar, so the user can know about how many tasks the apps has done so far. This would be dynamica...
Seeker asked 29/12, 2020 at 18:42
2
Solved
While reading the documentation at Anonymous Methods in Delphi I started to wonder. I've always used something like this:
type TMathFn = Function(A, B: Integer): Integer;
var fn: TMathFn;
Always w...
Textualism asked 2/11, 2020 at 10:27
2
Solved
Why are some properties repeated (such as Action and Align) where others are not (AlignWithMargins) when TRttiContext.GetType is called on a VCL Control?
uses
System.RTTI,
System.Generics.Collect...
Ambulant asked 20/9, 2020 at 19:57
1
© 2022 - 2025 — McMap. All rights reserved.