Interview Questions

What are components in Delphi?

Delphi Interview Questions


(Continued from previous question...)

What are components in Delphi?

Components are commonly of two kinds

Visual and Non-visual

Ex. Visual
Labels
Edit boxes
A visual component is one that helps make graphical building blocks.

Ex. Non-visual
TQuery
TThread/Timer

(Continued on next question...)

Other Interview Questions