Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Declare statement specifies OpenInsight stored procedures and DLL functions that can be called by a BASIC+ script. The Declare statement is used to both inform the BASIC+ compiler of external references and to help document source code by listing used subroutines and functions.

See also

CallFunctionReturnSubroutine

Remarks

Code Block
Declare subroutine Set_Property
Declare function Get_Property
Title=Get_Property (@window, "TEXT")
Set_Property (@window, "TEXT", Title: " - New Entry")