Previous Topic

Next Topic

Book Contents

Book Index

AllowInteractive - MaxBasic Function

AllowInteractive(Allow: Boolean): Boolean

Allow Interactive function attempts to set IsInteractive to True or False as provided in the Allow Boolean. If successful, returns the previous value of IsInteractive, otherwise invokes an error.

See Company IsInteractive Setting.