This totorial demonstrates how to create a ActiveX using Delphi XE.
Click here to view the tutorial.
The link to this tutorial is http://www.youtube.com/watch?v=G6cT7mdsFyQ
Brooks Computing Systems Delphi Blog
This blog supports activities for application development using the Delphi programming language.
Saturday, December 18, 2010
Thursday, December 16, 2010
BCS Delphi XE Code Generation In Action
The BCS Delphi XE Source Code Generator produces all Delphi Source Code with just a few mouse clicks and keystrokes.
Click here to view a video demonstration. Our link is http://www.youtube.com/watch?v=gMM2OhTSdHc
I believe this is an innovation Delphi programmers will be interested in.
Click here to view a video demonstration. Our link is http://www.youtube.com/watch?v=gMM2OhTSdHc
I believe this is an innovation Delphi programmers will be interested in.
Labels:
arch brooks,
component,
delphi,
delphi XE,
software engineer,
source,
VCL,
xe
Friday, December 10, 2010
BCS Delphi XE Rave Report Tutorial
Brooks Computing Systems has created a totorial that demonstrates how to create a Rave Report in Delphi XE.
Click here to launch the tutorial now.
The URL for the tutorial is http://bcsjava.com/fws/ravetut01
Please feel free to offer feedback for this tutorial.
Click here to launch the tutorial now.
The URL for the tutorial is http://bcsjava.com/fws/ravetut01
Please feel free to offer feedback for this tutorial.
Saturday, November 13, 2010
Delphi XE Source Code Generator Skeleton One
Here is the documentation for the skeleton used to generate source code with not data support.
Click Here To View The Documentation
http://www.blogger.com/img/blank.gif
Click Here To View The Documentation
http://www.blogger.com/img/blank.gif
SEO Tools For Developers
Click here to view the SEO tools available. Webinar is included so let the video buffer and enjoy. I find these tools to be useful.
Monday, November 8, 2010
BCS Delphi XE Source Code Generation Tutorials
Below is a link to the BCS Delphi XE Source Code Generation Tutorials. Please feel free to comment of what is presented in these tutorials.
http://bcsjava.com/fws/xecodegen/
Arch Brooks, Software Engineer
http://bcsjava.com/fws/xecodegen/
Arch Brooks, Software Engineer
Monday, October 18, 2010
BCS Delphi XE Code Generation Abstract
The BCS Delphi source code generator produces bug free source code that allows the technician a jump start on projects. The .pas, .dfm, .dpr and .proj source code files are created. If the technician selects to generate a component based on the source code then the nnnpk.pkg, nnn.pk.proj, nnndp.pas files are created which allows the installs the newly created code onto a VCL component palate as a component. Simultaneously a component tester is also generated which allows testing of the newly installed component.
Typically the technician will work with the stand alone executable version of the generated code until the desired functionality is attained. Then the component project would be invoked. After the component is installed the component tester would be invoked to test the newly installed component.
Some of the consideration for writing a Delphi XE source code generator.
A sub directory processor must be available. The target sub directory will be created if it does not exist. The code generator should terminate if code is being requested for an existing sub directory.
For source code tailoring there must be a facility to find and replace all occurrences of certain text strings.
For project (.proj) files a facility to create GUID's is required to make the projects viable as designed by Ebmarcadero.
A facility to read skeleton source code is required. The source code is updated and a facility to write the newly created source code to the target directory and respective file.
A copy facility must be available to handle known resource files.
Typically the technician will work with the stand alone executable version of the generated code until the desired functionality is attained. Then the component project would be invoked. After the component is installed the component tester would be invoked to test the newly installed component.
Some of the consideration for writing a Delphi XE source code generator.
A sub directory processor must be available. The target sub directory will be created if it does not exist. The code generator should terminate if code is being requested for an existing sub directory.
For source code tailoring there must be a facility to find and replace all occurrences of certain text strings.
For project (.proj) files a facility to create GUID's is required to make the projects viable as designed by Ebmarcadero.
A facility to read skeleton source code is required. The source code is updated and a facility to write the newly created source code to the target directory and respective file.
A copy facility must be available to handle known resource files.
Subscribe to:
Posts (Atom)