Go Back To List
Win32
Delphi Training Series #2 TEdit and TMemo work together
Next Article
Delphi Programming - Change Colors of TBitBtn and TPanel
Coding Article #: 23 - Published On: September 08, 2011 @ 20:13:48 PM - Last Updated on: July 13, 2012
This article has been Favorited 0 times
Join today, and add this to your favorites.
Coding Source - Share on MySpace Coding Source - Share With Facebook Coding Source - Share on Twitter Coding Source - Share on Reddit Coding Source - Share on Digg It Coding Source - Share on Stumble Upon It Coding Source - Share on Delicious
Share With Friends (Updated 6-8-2010)

Supported Files
File Download:
carrzkiss_081444Delphi2nd.zip
File Size: 6.19 KB
Unzip with
Download winzip today!(OR)
Screenshot of Source Code
Coding Source - Delphi Training Series #2 TEdit and TMemo work together
When designing your applications, you will need to connect the components (or controls) together to make them work the way you need them to work for your program.
In this instructional video and provided source code, you will learn how to insert text from a TEdit to a TMemo with static text that is hardcoded into the Memo when the buttons clicked.

Run Down
#1: How to add controls to your form. (This works across all versions of Delphi)
#2: How to align the controls on your form to make the program presentable to your users.
#3: How to Copy and Paste in code from one control to another.
#4: How to add dynamically written text with hardcoded static text into a TMemo field.

Post to Facebook about: Delphi Training Series #2 TEdit and TMemo work together