This section provides how-to information on developing VCL for .NET applications.
Name |
Description |
Each of the procedures listed below builds a VCL Form application that uses graphics. Build one or more of the examples.
| |
The following procedure describes how to build an ADO.NET database application. Building a VCL.NET ADO.NET application consists of the following major steps:
| |
The following procedure illustrates the essential steps to building a VCL Forms application using RAD Studio. | |
Using RAD Studio, the following procedures illustrate how to create actions using the ActionList tool. You will set up a simple application and create an edit menu with cut and paste actions that can be used to cut and paste to a memo. Creating the VCL application consists of the following major steps:
| |
The Windows Forms Hello World application demonstrates the essential steps for creating a VCL Forms application. The application uses a VCL Form, a control, an event, and displays a dialog in response to a user action. Creating the Hello World application consists of the following steps:
| |
Using RAD Studio, the following procedure illustrates how to create actions using ActionManager. It sets up a simple user interface with a text area, as would be appropriate for a text editing application, and describes how to create a file menu item with a file open action. Building the VCL application with ActionManager actions consists of the following major steps:
| |
The following procedures describe how to build a dbExpress database application. Building a VCL Forms dbExpress.NET application consists of the following major steps:
| |
This example creates a VCL Forms application that uses an XMLDocument component to display contents in an XML file. | |
Changes have been made to support 64-bit .NET 2.0. These changes might require minor code changes so that existing applications work correctly. This document describes these changes in detail. There are two general areas:
Warning: These changes are required due to changes made to support 64-bit systems. They must be made for applications intended for both 32-bit and 64-bit systems. | |
You can use the New VCL Component wizard to create a new VCL.NET component and add it to the Tool Palette. | |
These procedures load a bitmap image from a file and displays it to a VCL form.
| |
These procedures draw a rectangle and ellipse in a VCL form.
| |
These procedures draw a rounded rectangle in a VCL form.
| |
These procedures draw two diagonal straight lines on an image in a VCL form.
| |
These procedures add a bitmap image to a combo box in a VCL forms application.
| |
You might want to use .NET components on your VCL.NET forms. There is no direct way to use .NET components. You can, however, wrap the components in an ActiveX wrapper, which then can be added to your VCL.NET application. RAD Studio provides the .NET Import Wizard to accomplish this task. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|