Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

frame?

Generic function

Summary

Returns true if the specified object is a frame.

Library

duim-frames

Module

duim-frames

Signature

frame? object => frame?

Arguments

object
An instance of type <object>.

Values

frame?
An instance of type <boolean>.

Description

Returns true if object is a frame. Use this generic function to test that an object is a frame before carrying out frame-related operations on it.

See also

current-frame, page 734

<frame>, page 787


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index