Porovnávané verzie

Kľúč

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

OnFinish picture event


Declaration


Blok kódu
languageesl
themeConfluence
ENTRY OnFinish
 ; actions
 END OnFinish


Parameters
None


Description
OnFinish event is called before closing a picture after OnClose picture event. OnFinish event is sent to all subpictures, which uses use this event, and the picture is closed after finishing the event in the scripts. The calls are done sequentially, one after another. Every picture receives it after calling all its subpictures.
Example
Blok kódu
languageesl
themeRDark
 ENTRY OnFinish
   _Loc :=  %HI_GetPosX(_Txt)
 END OnFinish 
Note
This event is used to collect data from the picture, e.g. column width in a browser, at closing the picture, etc..