Every delphi shop I've worked at has started unit file names with a "U". Am I imagining this? If so, what purpose does the U serve? I know class names begin with T, so the logic is the Unit names for the class start with a U?

Comments

  1. Phillip Woon
    I modify the .dpr file, adding a MainController.Create; instruction.

    This is the entry point to all the application. I verify the type of connection, the configuration of menus, and other things before really start the main form.

    ReplyDelete

Post a Comment