Navigation

Latest Delphi

Delphi Programming Tutorial #26 - Form Creation

See video

Delphi Programming Tutorial #26 - Form CreationAuthor: codegearguruAdded: Tue, 11 Sep 2007 03:04:06 -0800Duration: 472In this Delphi training movie we take a look at how to create forms, yes I know Delphi can do this for you automatically - but sometimes you will want to do it for yourself. Creating forms as they are needed can make your application start faster and take up less resources.

Delphi Programming Tutorial #25 - Enter as Tab

See video

Delphi Programming Tutorial #25 - Enter as TabAuthor: codegearguruAdded: Fri, 07 Sep 2007 23:05:23 -0800Duration: 495I've seen this question numerous times in the Delphi Newsgroups: How to I make the enter key work like the tab key? Well it's actually fairly simple and in this movie I show you three ways of doing it (and there are probably many more).

Delphi Programming Tutorial #24 - DBGrid OnDrawColumnCell

See video

Delphi Programming Tutorial #24 - DBGrid OnDrawColumnCellAuthor: codegearguruAdded: Fri, 07 Sep 2007 22:55:09 -0800Duration: 591

Movie #22 - SQL Part Four: Insert

See video

Movie #22 - SQL Part Four: InsertAuthor: codegearguruAdded: Sat, 25 Aug 2007 20:19:06 -0800Duration: 168This is the fourth part in our series on SQL. In this guide we cover the SQL Insert statement.

Movie #21 - SQL Part Three: Update and Delete

See video

Movie #21 - SQL Part Three: Update and DeleteAuthor: codegearguruAdded: Sat, 25 Aug 2007 19:58:06 -0800Duration: 352In this guide on SQL we look at the Update and Delete statements.

IntraWeb for Delphi

See video

IntraWeb for DelphiAuthor: omonienAdded: Thu, 23 Aug 2007 16:49:06 -0800Duration: 3522This is a replay of my IntraWeb for Delphi session at CodeRage 2007

Using Skype API

See video

Using Skype APIAuthor: deadseriousAdded: Thu, 23 Aug 2007 06:18:28 -0800Duration: 3499Integrating and Extending Skype with Delphi is a recorded session as presented to the attendees of the virtual CodeRage conference.

Delphi Programming Tutorial #20 - ScaleBy

See video

Delphi Programming Tutorial #20 - ScaleByAuthor: codegearguruAdded: Sat, 11 Aug 2007 21:25:07 -0800Duration: 381In this Delphi programming tutorial we look at using the ScaleBy function to increase and decrease the size of controls and their children. We also examine a method for doing resolution independent forms.

Delphi Programming Tutorial #19 - With

See video

Delphi Programming Tutorial #19 - WithAuthor: codegearguruAdded: Sat, 11 Aug 2007 20:04:07 -0800Duration: 464Love it (there is bound to be someone) or hate it, the with statement is here to stay - and many would prefer it to stay away. I'm somewhat ambivalent and use it if it suits me on the day. In this movie we'll see an example of using the with statement, and an example of somewhat unexpected consequences.

Delphi Programming Tutorial #17 - Owner vs. Parent

See video

Delphi Programming Tutorial #17 - Owner vs. ParentAuthor: codegearguruAdded: Sat, 11 Aug 2007 19:55:13 -0800Duration: 425Delphi controls have both an owner and a parent, what's the difference?