Class StructureFrm

class:

Properties

Column [ index ] Fetches a structColumn object from the structure form.
ColumnCount The number of columns (columns=address).
Group [ index ] Fetches a structGroup object from the structure form.
GroupCount The number of groups.
MainStruct The currently selected structure.

Methods

addColumn () Adds a new column in the currently focuses group and returns it's structColumn object.
addGroup () Adds a new group and returns the structGroup object.
structChange () Forces a refresh.

Creation

createStructureForm ( address, groupname, structurename )
enumStructureForms () returns a table of StructureFrm objects (can be useful for finding a structure window with the wanted structure).


Properties

Column [ index ]
Fetches a structColumn object from the structure form.

Type:

    array
ColumnCount
The number of columns (columns=address).

Type:

    integer
Group [ index ]
Fetches a structGroup object from the structure form.

Type:

    array
GroupCount
The number of groups.

Type:

    integer
MainStruct
The currently selected structure.

Type:

Methods

addColumn ()
Adds a new column in the currently focuses group and returns it's structColumn object.

Returns:

    structColumn
addGroup ()
Adds a new group and returns the structGroup object.

Returns:

    structGroup
structChange ()
Forces a refresh.

Creation

createStructureForm ( address, groupname, structurename )

Parameters:

  • address
  • groupname (optional)
  • structurename (optional)

Returns:

    StructureFrm
enumStructureForms ()
returns a table of StructureFrm objects (can be useful for finding a structure window with the wanted structure).

Returns:

    table[StructureFrm]
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35