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 which the script is implemented. Name of each function begins with the string %HI_... .


Kotva
hix_funkcie
hix_funkcie
%HIX_  functions

Some %HI_ functions are also available in %HIX_ version. These functions are able to 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 picture in which it has been called. %HIX_ClosePicture closes picture defined by HOBJ (internal object identifier) and instance. 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 picture (it must be Active picture).


Types of functions:

The list of functions used for the work with the active picture

...

...

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 and, in some cases, to reduce new values (sending according the alteration method).

...

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


HI_SetEnableGraphButtons

HI_SetVisibleGraphControls


Kotva
vrstvy
vrstvy
Picture/Componet layers manipulation functions:

...

Kotva
historia_schemy
historia_schemy
Picture/Componet history manipulation functions:

...

Kotva
ine
ine
Other functions:

HI_GetMonitorSizeX

HI_GetMonitorSizeY

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

...