|
( The FOURTH Monday of April ) Scheduled for release this quarter, Delphi 3.0 provides many new, powerful features, enhancements, and technologies. In January we were provided a sneak preview of them, this month we will investigate them in greater depth. New features are evident throughout Delphi 3.0 including the IDE, VCL, RTL, BDE, compiler, and editor. Major enhancements improve Internet/intranet application development, database application development, and distributed computing with OLEnterprise. The following highlights some of the major 3.0 enhancements we will investigate at the April meeting: Packages Packages are special dynamic-link libraries that allow code-sharing among applications (including the IDE) reducing the size of executables and conserving system resources. The Component Library, re-engineered to take advantage of package technology, allows a specific package to be compiled without rebuilding the entire Library. Packages can also be loaded on a per-project basis so that only the packages used by the current project need to be loaded. Another benefit of packages is a one megabyte reduction in the size of the IDE. Code Insight Editor enhancements include displaying context-sensitive pop-up windows within the code editor, templates, code completion, method parameter lists, and tool-tip expression evaluation. These features are updated dynamically as you work in the IDE. Decision Support Components This new group of components facilitates data analysis for decision support. These components include
New Components
OLEnterprise with the business object broker provides an OLE/DCOM interface to any RPC or COM server. OLEnterprise allows application logic and data access to be centralized on an application server; the server becomes a one-to-many provider of distributed business objects and processes. The Object Broker distributed name service indirectly binds applications to remote objects based on object availability. Compiler
|