Code Faster in Delphi Book

This book will make you a faster Delphi developer, it doesn't matter if you are just starting out, or have been using Delphi since version 1, you will find all sorts of tips, tricks and hacks to boost your productivity.

Slide
Mega Pack Video Bundle
Get The Complete Video Series

Buy big and save bigger, Megapack is the complete premium video content (over 34 hours) at one low price.

Code Better in Delphi Book

Make your Delphi code better by reading this book! You will find numerous tips, tricks, techniques and tools to enhance and improve code. How does your code stack up? Are you writing code that will be usable for years, or are you heading towards a dystopian maintenance apocalypse?

previous arrow
next arrow

Building Data Aware Applications using the VCL

Delphi is all about writing applications that interact with data and in this video we cover the components that will allow you to do this, we build on our previous videos and examine how the data-aware versions of controls are used.

If you can't find a copy elsewhere, here is the biolife.xml file we use for our data.

It is recommended that you watch the Building VCL Apps videos and the TClientDataSet videos first, but if you have some experience, it is not an essential prerequisite.

This video does not cover talking to databases or Livebindings in any detail - see our other videos for these topics.

See Table of Contents by clicking 'Read more' below.

Get Building Data Aware Applications using the VCL now

 Table of Contents
00:00:00 Introduction
00:00:34 TDataModule
00:04:01 TDBGrid
00:05:31 TDBGrid OnDrawColumnCell
00:11:17 TDBGrid Columns
00:17:32 TDBGrid SelectedRows
00:20:29 TDBGrid Fields
00:22:33 TDBText
00:24:16 TDBEdit
00:26:11 TDBNavigator
00:31:39 TDBMemo
00:32:48 TDBImage
00:41:17 TDBRichEdit
00:43:52 TDBCheckBox
00:46:46 TDBComboBox
00:48:47 TDBListBox
00:50:11 TDBRadioGroup
00:52:34 TDBLookupComboBox and TDBLookupListBox
00:59:46 Win 3.1 Controls (Avoid)
01:00:58 TDBCtrlGrid
01:08:30 TDataSource
01:19:26 Avoid using Forms from DataModules
01:34:16 Using standard events on controls
01:36:49 Creating DataModules at Runtime
01:39:42 Livebinding 5 minute demo
01:44:05 Summary