VCL
<Back to Last Page> <Full Glossary>
Definition:
The VCL is a hierarchy of classeswritten in Object Pascal and tied to the Delphi IDEthat allows you to develop applications quickly. Using Delphis Component palette and Object Inspector, you can place VCL components on forms at design time and manipulate their properties without writing code. Many of the VCL components are nonvisual - meaning that the user never actually "see" the component at run time.
Also Known As:
Visual Component Library
Related Resources:
Working With Components
An introduction to Delphi VCL and a simple application.
VCL Using
Tutorials and articles on using various Delphi components more efficiently at desing and run time.
VCL Write/Enhance
Articles, tips, techniques on Delphi components writing.
<Back to Last Page> <Full Glossary>