Chapter 1- Intro to Delphi Flashcards
Component
Particular type of object that can be placed on screen which can perform interactive actions
Computer Program
Series of instructions written in a language understood by the computer. Tells it exactly what to do
Event
Special property linked to code (event handlers) which is executes whenever a particular action occurs. The action can be detected by a program. This includes actions performed by a user (eg clicking mouse button) or system occurrences (eg reporting an error when division by 0 operation made)
Event handler
Code that is linked to a component’s event and which is executed when the event is triggered
IDE
Integrated Development Environment
Method
Pre-written code associated with an object that performs a specific task. Used to describe object’s behaviour
Object
A structure that has been previously defined and that is used when developing a program. Each type of object had specific features and can perform specific tasks
OI
Object Inspector: Window on the IDE which displays the properties and events of component
OOP
Object Oriented Programming
Programming language
The tool or language programmers use to write computer programs
Properties of a component
Properties describe what the component will look like (its characteristics), such as the Caption, Width, Height and Color
RAD tool
Rapid Application Development tool
Syntax error
Error that occurs when rules of the programming language not followed
*Class
Defines an Object (properties and events?)