Function – event handlers, activated by the base of the application
Function Comment
ActHeader Description of the object, list of the parameters, setting checkboxes. Activated every time the object is opened.
OnInitialization Initialization of the object Activated every time the object is called up.
BeforeConnect Execution of the previous actions before the selection of the objects during the insertion. Activated upon insertion of the object.
OnConnect Setting of the dependences when connecting to other objects. Activated upon insertion of the object.
OnChangeParameters Setting of new values for the object parameters by another object. Activated when connected by the dependences, the parameters are changed.
OnDialog Editing the object parameters. Activated when the dialog opens
.
OnMakeParameters Final preparation of all parameters. Activated before closing the object.
SetGripPoint Preparing the grip-points. Activated when the object is selected.
OnMoveGripPoint Reaction to changing the grip-points position. Activated whengrip-points are moved.
OnAddObject Setting of the inverse dependences to the connected objects. Activated when insertion with selection of another object is executed
.
OnDialogChanged Interactive process of the input values. Activated every time the object parameters are changed in the dialog.
OnInitSelect Initialization of the prompt string and pop-up menu. Activated before every step of the dynamical selection cycle of the parameters.
OnSelectParam Process of the values input from the keyboard or mouse. Activated in the body of the of dynamical selection cycle of the parameters. Align values by grid.
OnMenu Menu handler. Activated after the menu item is selected, created by the SetMenu function
.




Post your comment on this topic.