-
Content Count
53 -
Joined
-
Last visited
-
Days Won
1
ConstantGardener last won the day on July 1 2021
ConstantGardener had the most liked content!
Community Reputation
31 ExcellentAbout ConstantGardener
- Birthday 10/14/1970
Technical Information
-
Delphi-Version
Delphi 10.2 Tokyo
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Does the main form's OnShow event only ever fire once?
ConstantGardener replied to Gord P's topic in General Help
I think the onShow is also triggert if you change the VCL.Skin in your program? -
@Alexander Sviridenkov
-
...good point, especally when your Code Insight is broken.
-
...or you can use default parameters or even overloaded constructors with different parameters.
-
FreeAndNil() - The Great Delphi Developer Debate
ConstantGardener replied to AlexBelo's topic in Tips / Blogs / Tutorials / Videos
I am signed up only for the fact that Allen Bauer comes to the party. -
Indy https server - OAUTH2 implementation?
ConstantGardener replied to Lars Fosdal's topic in Network, Cloud and Web
-
@Attila Kovacs Thank you for the unit!
-
@al17nichols These are the "good old" RTC Components sold to teppi.com as one of the users.
-
Here not 5-10 minutes, but 2-3 minutes. Without question , hotload can save us hours, but in c++ it can save days. 🙂 That's the whole point.
-
On the other side: when you take the compiletimes of c++ into account the hotreload is of more interest in this ecosystem then in delphi.
-
Install Quickreort 10.3 RIO on Delphi RAD 104
ConstantGardener replied to kameraad's topic in General Help
Take a look at this thread in the german delphipraxis. In the second part is a step by step guide for installing an old quickreport version in newer versions of delphi. U need a source-version of quickreport. https://www.delphipraxis.net/204516-quickreport-einziger-entwickler-gestorben-wie-geht-es-weiter-2.html -
i don't know the devEx one, but the TMS thingy has a very wide range of events, procs and functions for such operations. Maybe you need to add some eventhandlers, but all in all it is very powerfull. My 2 Cent!
-
...the TAdvStringGrid from TMS should do the trick.
-
Compiler detecting repeated lines?
ConstantGardener replied to Mike Torrettinni's topic in Algorithms, Data Structures and Class Design
....this is more a topic for static code analysis (for example TMS FixInsight) -
This may be the case for very complex projects, but when the Tooltip show's you the right file and classname and an Ctrl+click shows you nothing (don't open this file/class) in a not so big project (build's in 17 sec)? This drives me crazy!