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 timesJoin today, and add this to your favorites.
Share With Friends (Updated 6-8-2010)
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.
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