I thought it might be fun as I wind down my last week at CodeGear to post a few $l(Baz Luhrmann)-esque lists on various Delphi product areas. So here's the first list relating to VCL:
- Learn to use Actions then, learn to write action descendents
- Learn how to create controls dynamically
- Learn the difference/relationship between Parent and Owner
- Learn how to handle a Windows messages
- Learn how to use the OnCreateXXX methods in ComCtrls.pas
- Use TCustomTreeView.ChangeDelay
- Use TTreeNode.Data, TListItem.Data, TStringList.Objects
- Learn how to use TMenuItems dynamically
- Use Visual Form Inheritance
- Use a custom icon for your application
- Learn TScreen, TMonitor, TMouse, TClipboard
- Use TApplicationEvents
- Learn to use Align = alCustom
- Learn when to override CreateParams
- Learn when to use DoubleBuffered
- Use frames
- Learn to use packages
So, perhaps this can spread this through the Delphi blogsphere. If your a Delphi blogger let's see your list.