Nick Hodges

Archive for the 'Did You Know' Category

Did you know…

09 Nov

…that you can incrementally search for a property name in the Object Inspector?
Share This | Email this page to a friend

Did you know….

03 Oct

.. that you can do nested classes in Delphi, both in Win32 and .Net?

program Project27;

{$APPTYPE CONSOLE}

uses
SysUtils;

type
TOuterClass = class
private
type
TNestedClass = class
public
procedure DoThis;
[…]

Did You Know…

30 Aug

Okay, Steve, I’m up to the task. 
Did you know that you can indent and unindent chunks of text in the Delphi Code Editor using CTRL+SHIFT+I and CTRL+SHIFT+U?
Share This | Email this page to a friend

© 2008 Nick Hodges | Entries (RSS) and Comments (RSS)

Your Index Web Directorywordpress logo
Close