Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

Functions are used for the active picture within the frame of in which the script is implemented. Name The name of each function begins with the string %HI_....

...

Some %HI_ functions are also available in the %HIX_ version. These functions are able to can redirect the function executing to another picture (through the first two parameters).

Example: Function %HI_ClosePicture() is available in %HIX_ClosePictur (IN HBJ _picHBJ, IN INT _KInstance). %HI_ClosePicture closes the picture in which it has been called. %HIX_ClosePicture closes the picture defined by HOBJ (internal object identifier) and instance. Meaning The meaning of HOBJ and instance is the same as it is in the case of RPC CALL (parameters objIdent and instanceExpr).

If function %HIX_ is applied, the ESL script must be implemented for the picture (it must be an Active picture).


Types of functions:

...

Kotva
struktury
struktury
Functions for work with structures, whose values are partially - distributed into the picture (optimization by means of indexed local variable). The partial distribution allows to reduce the set of updated rows (values of the rows) of structured variable variables and, in some cases, to reduce new values (sending according to the alteration method).

...

Kotva
zobrazovace
zobrazovace
Graph and Picture/ComponetComponent (displayer) manipulation functions:

...

Kotva
vrstvy
vrstvy
Picture/ComponetComponent layers manipulation functions:

...

Kotva
historia_schemy
historia_schemy
Picture/ComponetComponent history manipulation functions:

...

All functions are executed in the picture in which they are called. E.g. calling the function function %HI_ClosePicture() closes the picture in which the calling has been done.

...