Showing page 1 of 1: Total of Entries for Delphi Pascal : 4
Coding Source - Delphi Training Series #2 TEdit and TMemo work together from carrzkiss (Wayne Barron) Delphi Training Series #2 TEdit and TMemo work together
from Member: carrzkiss (Wayne Barron)
Date Entered: 9/8/2011 8:13:49 PM
Views: (2541)
File available for Download! (Size: 6.19 KB)
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

Coding Source - Delphi Programming - Change Colors of TBitBtn and TPanel from carrzkiss (Wayne Barron) Delphi Programming - Change Colors of TBitBtn and TPanel
from Member: carrzkiss (Wayne Barron)
Date Entered: 10/9/2011 7:50:27 PM
Views: (6466)
File available for Download! (Size: 5.08 KB)
This is a tutorial on how use the TColorDialog to change the colors of components on your form.
This is a good way to keep the user interac

Coding Source - Delphi Programming - Position controls or components in codeview to see changes during runtime. from carrzkiss (Wayne Barron) Delphi Programming - Position controls or components in codeview to see changes during runtime.
from Member: carrzkiss (Wayne Barron)
Date Entered: 10/10/2011 4:30:11 PM
Views: (2376)
File available for Download! (Size: 5.72 KB)
When designing programs in Delphi, it is best to learn to code your controls or components in code view, instead of designview. What this does, i

Coding Source - Delphi Programming - Show hints for controls on form through code from carrzkiss (Wayne Barron) Delphi Programming - Show hints for controls on form through code
from Member: carrzkiss (Wayne Barron)
Date Entered: 10/10/2011 6:22:10 PM
Views: (3647)
File available for Download! (Size: 231.19 KB)
Displaying hints in your Delphi Programs helps your users navigate and use your program better and faster than just having a Help file.
The