-
Content Count
894 -
Joined
-
Last visited
-
Days Won
7
Stano last won the day on May 31 2023
Stano had the most liked content!
Community Reputation
146 ExcellentTechnical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
New Delphi features in Delphi 13
Stano replied to David Heffernan's topic in RTL and Delphi Object Pascal
It's been mentioned several times. These things are handled by MMX. And good. -
I can't vote. The questionnaire is unavailable to me.
-
INC files are still in use. Some of the programs I purchased use them.
-
Memo lines{i] to labelv ok. Labels to Memo lines nope
Stano replied to Freeeee's topic in General Help
Note 1: if you delete items from a list, you always have to do it from the end! Note 2: in such cases I use a list of components. Your TLabel. Then you just need to do everything in a loop. And not list every Tlabel and line of the Tmemo. -
https://blogs.embarcadero.com/rad-studio-12-3-may-patch-available/
-
It didn't leave me alone. I tried the collapsed CnPack function. I don't know if it will help you somehow. Anyway, you need to edit the beginning and end of the method. In the picture is the result. Coding toolset -> Comment Code
-
See if it has an option like "Enable null". I don't work with that. So I don't know.
-
Of course, I got it mixed up. I meant copy Ctrl+C. That's not what you want. Sorry.
-
If I understand correctly, use this procedure: collapse the entire method - the + sign at the beginning of the method select the resulting line and you're done
-
[BUG] Mouse wheel no longer scrolls when highlighting
Stano replied to Willicious's topic in Delphi IDE and APIs
That's right. It was written by a Czech. -
Maybe this link will help. It's a Czech forum. But me use Slovak. https://forum.delphi.cz/index.php/topic,13715.msg81490.html#msg81490 See post: « Odpověď #4 kdy: 22-05-2013, 21:29:24 »
-
Form2.ShowModal; stops further code execution. Put a breakpoint on that line and you'll see it.
-
If I understood correctly, it would be better/easier to hide the corresponding button in DBNavigator.
-
No. Because you haven't published any code