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
…that you can incrementally search for a property name in the Object Inspector?
Share This | Email this page to a friend
.. 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;
[…]
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