Global functions

Functions to manage Form objects

Functions

createForm ( visible ) Creates a new Form object.

Structure class functions

createStructure ( name ) Returns an empty structure object.
getStructure ( index ) Returns the Structure object at the given index.
getStructureCount () Returns the number of Global structures.

Functions for show message dialogs

messageDialog ( text, type, button, ... )
showMessage ( Message )


Functions

createForm ( visible )
Creates a new Form object.

Parameters:

  • visible bool Form will be visible if true, hidden if false (default: true)

Returns:

    Form

Structure class functions

createStructure ( name )
Returns an empty structure object.

(Not yet added to the Global list. Call structure.addToGlobalStructureList manually)

Parameters:

  • name

Returns:

    Structure
getStructure ( index )
Returns the Structure object at the given index.

Parameters:

  • index integer

Returns:

    Structure
getStructureCount ()
Returns the number of Global structures.

(Global structures are the visible structures)

Returns:

    integer

Functions for show message dialogs

messageDialog ( text, type, button, ... )

Parameters:

  • text string Message text to display.
  • type DialogType Can be one of mtWarning (0), mtError (1), mtInformation (2), or mtConfirmation (3).
  • button ButtonType Button displayed on dialog.
  • ... ButtonType Additional buttons.

See also:

showMessage ( Message )

Parameters:

  • Message string text to display.
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35