Previous Topic

Next Topic

DocumentObject - MaxBasic Function

DocumentObject(Object: Variant)

Creates documentation for the specified Object. Useful for developing scripts when getting objects back from functions, for example, OpenTable, where the properties are dynamic depending on the object.

Within the Script Editor, you can also place the cursor within an object name and press F1 to show the object documentation.

DocumentObject function syntax has these named arguments:

Parameter

Description

Object

Required. The object to be documented.

See Also

Objects Functions

Book Contents

Book Index