<OBJECT>.KINDOF()

Syntax

Object_Kind as C = <OBJECT>.KINDOF()  

Description

The <OBJECT>.KINDOF() method applies to:

The <OBJECT>.KINDOF() method returns the kind of object.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

Example

dim ptr as P

ptr = form.load("Travel Time")

? ptr.KindOf()

= "Window"

See Also

Form Functions and Methods, Browse Functions and Methods