-
Content Count
2090 -
Joined
-
Last visited
-
Days Won
29
Attila Kovacs last won the day on July 20
Attila Kovacs had the most liked content!
Community Reputation
694 ExcellentTechnical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Generic Command Line Parser for Delphi 10.3.x
Attila Kovacs replied to Lars Fosdal's topic in I made this
Ok I see, I've added the Fallback Attribute, and forked on my HDD.... -
Generic Command Line Parser for Delphi 10.3.x
Attila Kovacs replied to Lars Fosdal's topic in I made this
I added a CLPFallbackAttribute to the string parameters for now. -
Generic Command Line Parser for Delphi 10.3.x
Attila Kovacs replied to Lars Fosdal's topic in I made this
@Tommi Prami Hi! Looks like you added something but I can't find what: https://github.com/gabr42/GpDelphiUnits/blob/master/src/GpCommandLineParser.pas 1.06: 2025-09-13 /// - [TommiPrami] Added support for Boolean default values. I'm looking for something like: /opt /opt:12 where opt is a string and it is either "all" or "12" The default attribute will be set even if the parameter is not passed This is not what you were supposed to add to the code, right? -
I wish I had RTTI for constants and/or a compiler magic NameOf()
Attila Kovacs replied to Lars Fosdal's topic in RTL and Delphi Object Pascal
No, because it definitely works as intended. It's just useless. -
I wish I had RTTI for constants and/or a compiler magic NameOf()
Attila Kovacs replied to Lars Fosdal's topic in RTL and Delphi Object Pascal
useless FooAttr = class (TCustomAttribute) private FName: string; public constructor Create(AName: string); end; TFoo = class; [FooAttr(NameOf(TFoo.Foo))] <----- [dcc32 Error] Unit1.pas(20): E2003 Undeclared identifier: 'Foo' TFoo = class private FFoo: string; public property Foo: string read FFoo write FFoo; end; -
Yes, it's slow AF. The german forum too, it must be the server or the hosting.
-
So all of them useless.
-
Does any of them keep the bookmarks? It used to be a big disadvantage that the bookmarks disappeared. (Many many years ago)
-
New Delphi features in Delphi 13
Attila Kovacs replied to David Heffernan's topic in RTL and Delphi Object Pascal
The request was created in 2015 by Horacio, that was what I was referring to. -
Obviously, I also didn’t read what you wrote, and for that reason it’s working as expected. I think I won’t read anything from you, so I don’t break the system.
-
New Delphi features in Delphi 13
Attila Kovacs replied to David Heffernan's topic in RTL and Delphi Object Pascal
versioning/blame 🙂 -
New Delphi features in Delphi 13
Attila Kovacs replied to David Heffernan's topic in RTL and Delphi Object Pascal
By the way, is the bookmarks plugin coming to 13 later? -
New Delphi features in Delphi 13
Attila Kovacs replied to David Heffernan's topic in RTL and Delphi Object Pascal
Cool, I prefer Ctrl+D with the same settings on all PCs so versioning can work properly. Funny how opinions differ, huh? -
New Delphi features in Delphi 13
Attila Kovacs replied to David Heffernan's topic in RTL and Delphi Object Pascal
You are absolutely right, it's just nine steps backwards. Thank you for highlighting that. -
New Delphi features in Delphi 13
Attila Kovacs replied to David Heffernan's topic in RTL and Delphi Object Pascal
So no code formatting and no refactoring? Heavy.