RAD Studio for Microsoft .NET
ContentsIndex
PreviousUpNext
Building a VCL Forms Application

The following procedure illustrates the essential steps to building a VCL Forms application using RAD Studio.

To create a VCL Form

  1. Choose FileNewOther. The New Items dialog appears.
  2. Select Delphi for .NET Projects.
  3. Double-click VCL Forms Application. The VCL Forms Designer displays.
  4. From the Tool Palette, place components onto the form to create the user interface.
  5. Write the code for the controls.

To associate code with a control

  1. Double-click a component on the form. The Code Editor displays, cursor in place within the event handler block.
  2. Code your application logic.
  3. Save and compile the application.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!