Marco Cantu's Essential Delphi - A Friendly Introductory

Read or Download Marco Cantu's Essential Delphi - A Friendly Introductory Guide to Borland Delphi, Revision 1.03 Marco Cantu PDF

Similar programming: programming languages books

OracleJSP Support for JavaServer Pages Developer's Guide and Reference

This record is meant for builders drawn to utilizing OracleJSP to create internet functions according to JavaServer Pages know-how. It assumes that operating internet and servlet environments exist already, and that readers are already conversant in the following:■ common net technology■ normal servlet expertise (some technical historical past is supplied in Appendix B)■ how one can configure their net server and servlet environments .

iPhone Apps mit HTML, CSS und JavaScript: Ohne Objective-C und Cocoa zur eigenen App

IPhone Apps mit HTML, CSS and JavaScript: Ohne Objective-C und Cocoa zur eigenen App

C-XSC: A C++ Class Library for Extended Scientific Computing

C-XSC is a device for the advance of numerical algorithms offering hugely actual and instantly established effects. It offers plenty of predefined numerical facts varieties and operators. those kinds are carried out as C++ sessions. therefore, C-XSC permits high-level programming of numerical purposes in C and C++.

Extra info for Marco Cantu's Essential Delphi - A Friendly Introductory Guide to Borland Delphi, Revision 1.03 Marco Cantu

Example text

The New Component command invokes the simple Component Wizard. The three installation commands, Install Component, Import ActiveX Library, and Install Packages, can be used to add to the environment new Delphi components, packages, or ActiveX controls. Executing any of these commands adds the new components to the specified package and to the Components palette. Component Templates We briefly used the Create Component Template menu item in the last chapter. When you issue this command after selecting one or more components in a form, it opens a dialog box where you specify the name of the new component template, a page on the Palette, and an icon.

From a programming standpoint, the Wizards are really useful. The pitfall is that you might be tempted to use them without trying to understand what they do. For this reason, in some examples I’ll build the code manually instead of using the corresponding Wizard. W The Object Repository Delphi has several menu commands you can use to create a new form, a new application, a new data module, a new component, and so on. These commands are located in the File menu, and also in other pull-down menus.

As this example demonstrates, Code Templates have no direct correspondence to language keywords, but are a more general mechanism. DCI file, so it should be possible to copy this file to make your templates available on different machines. There seems to be no easy way to merge two Code Templates files, and there are no third-party tools yet to add more templates to a machine. DCI file. Code Parameter The third Code Insight technology I’ll discuss here is Code Parameters, the one I was really hoping for and probably like best.

Download PDF sample

Rated 4.35 of 5 – based on 20 votes