header-photo

Delphi Programming Tutorial #10 - SQL Part One Delphi Programming Tutorial #10 - SQL Part One
Posted by: codegearguru

Video duration: 593 seconds

This is the first part in a multipart series on using SQL.

Related: delphi, language, programming, query, sql, structured, training, tutorial

Delphi Programming Tutorial #11 - SQL Part Two Delphi Programming Tutorial #11 - SQL Part Two
Posted by: codegearguru

Video duration: 513 seconds

This is part two in a multipart series on getting started with SQL. In this movie we take a look at some SQL functions

Related: delphi, language, programming, query, sql, structured, training, tutorial

Delphi Programming Tutorial #24 - DBGrid OnDrawColumnCell Delphi Programming Tutorial #24 - DBGrid OnDrawColumnCell
Posted by: codegearguru

Video duration: 591 seconds

In this Delphi tutorial we are going to look at how to take advantage of the OnDrawColumnCell event on the TDBGrid component. In particular we are going to examine how to make every second row a different colour (Sky Blue) and how we can change the appearance of the text depending on the data.
PS. Sky Blue is not compulsory (and perhaps not even recommended)

Related: dbgrid, delphi, ondrawcolumncell, programming, tutorial

Delphi Programming Tutorial #13 - Align and Margins Delphi Programming Tutorial #13 - Align and Margins
Posted by: codegearguru

Video duration: 549 seconds

In this movie we look at how you can use Align and Margins to control how your visual controls behave when you resize your form. You can download a copy of Delphi from turboexplorer.com, and view a high resolution version of this movie at codegearguru.com

Related: align, delphi, margins, programming, training, tutorial

Delphi Programming Tutorial #28 - Using Flash within Delphi Delphi Programming Tutorial #28 - Using Flash within Delphi
Posted by: codegearguru

Video duration: 456 seconds

In this Delphi programming tutorial we are going to cover how to put Adobe Flash animations into your Delphi applications. We do this by creating a new package and then installing the ShockwaveFlash ActiveX control

Related: delphi, flash, programming, tutorial

Delphi Programming Tutorial #23 - Images on the Clipboard Delphi Programming Tutorial #23 - Images on the Clipboard
Posted by: codegearguru

Video duration: 598 seconds

In this movie we look at pasting images from the clipboard that were generated in Word and The GiMP. We also take our first look at making macros in the Delphi IDE. My voice still hasn't fully recovered from having the flu, but I hope the content of this video makes my voice worth listening to.

Related: clipboard, delphi, image, programming, tutorial

Delphi Programming Tutorial #25 - Enter as Tab Delphi Programming Tutorial #25 - Enter as Tab
Posted by: codegearguru

Video duration: 495 seconds

I'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).

Related: delphi, enter, programing, tab, tutorial

Delphi Programming Tutorial #26 - Form Creation Delphi Programming Tutorial #26 - Form Creation
Posted by: codegearguru

Video duration: 472 seconds

In 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.

Related: creation, delphi, form, programming, tutorial

Delphi Programming Tutorial #12 - TListBox Part 1/2 Delphi Programming Tutorial #12 - TListBox Part 1/2
Posted by: codegearguru

Video duration: 599 seconds

This video demonstrates a few of the properties and functionality of TListbox, a control in the Visual Component Library in Delphi. I had to speed this video up quite a bit to make it fit within the 10 minute limit - so it's kinda fast. To watch the movie in one piece at normal speed and at high resolution go to my website (codegearguru.com).

Related: delphi, listbox, programming, tutorial

Delphi Programming Tutorial #17 - Owner vs. Parent Delphi Programming Tutorial #17 - Owner vs. Parent
Posted by: codegearguru

Video duration: 425 seconds

Delphi controls have an owner and parent property, find out what the difference.

Related: delphi, owner, parent, programming, training, tutorial

Delphi Programming Tutorial #29 - Class Helpers Delphi Programming Tutorial #29 - Class Helpers
Posted by: codegearguru

Video duration: 598 seconds

In this movie we take a look at what Class Helpers are. There is still a bit of debate as to whether class helpers are good or evil - I think this is because people are using them beyond what they were intended for - which is exactly what we do in this video

Related: class, delphi, helpers, programming, tutorial

Delphi Programming Tutorial #33 - Dockable Forms 2 Delphi Programming Tutorial #33 - Dockable Forms 2
Posted by: codegearguru

Video duration: 600 seconds

In this Delphi training guide we look further into Form Docking. In particular we look at the ManualFloat and ManualDock methods to dock and undock forms in code (rather than Drag & Dock).

Related: delphi, docking, manualdock, manualfloat, programming, tutorial

Delphi Programming Tutorial #14 - Anchors and Constraints Delphi Programming Tutorial #14 - Anchors and Constraints
Posted by: codegearguru

Video duration: 460 seconds

In this training movie you'll learn the basics of using the Anchors and Constraints properties available in Delphi.

Related: anchors, constraints, delphi, training

Delphi Programming Tutorial #16 - Autosize Delphi Programming Tutorial #16 - Autosize
Posted by: codegearguru

Video duration: 359 seconds

Here we'll take a look at an example of using the Autosize property on a form to make it resize in response to its controls

Related: autosie, delphi, programming, training, tutorial

Delphi Programming Tutorial #31 - Making Applications Talk Delphi Programming Tutorial #31 - Making Applications Talk
Posted by: codegearguru

Video duration: 438 seconds

In this video we take a look at the Microsoft Speech API, in particular the text to speech facilities. And we create a small application that can speak some text in a memo control

Related: delphi, sapi, speech, text, to