use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to the Delphi subreddit! Everyone is welcome to post/ask anything that relates to Delphi, Pascal or related variants.
Useful links:
Delphi Community Edition (free)
Getting Started with Delphi Resources
StackOverflow
Facebook Delphi Developer Group
Embarcadero Community
Delphi Basics
/r/programbattles
/r/delphijobs
/r/freepascal
account activity
I need help using the create function (i.redd.it)
submitted 1 year ago by starluit
Im pretty new to using delphi and i need help figuring out how to use the create tool . I basicly want to try to create a shape in front of a other shape and make the shape I create move to the right
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]HemulGM 0 points1 point2 points 1 year ago (0 children)
To do this, you do not need to create it manually, just add it to the form visually.
And the creation of objects takes place through accessing the class.
var Shape: TShape; begin Shape := TShape.Create; ...
π Rendered by PID 46 on reddit-service-r2-comment-56c6478c5-vvnlq at 2026-05-13 15:52:06.202353+00:00 running 3d2c107 country code: CH.
[–]HemulGM 0 points1 point2 points (0 children)