Inspect
Quantum's
Inspect
function is used to inspect attributes of objects, particularly
User Interface
objects such as
Color's and
Font's.
Start Quantum, and evaluate
(ColorDialog)
and
(FontDialog). Next, evaluate
(Inspect (ColorDialog))
and
(Inspect (FontDialog))
. This information can be useful to know if you write or debug code which calls
functions like
CreateColor
and
CreateFont.
|