| |
Versions 22 and latertrtAction New in version 22trtAction trtAction | Action code of Web Component control. |
Versions 22 and latertrtValueAssignment New in version 22trtValueAssignment trtValueAssignment | Code for assigning the Value property of Web Component control. |
trtLineDisplay | Code used to display a row (Table control only).
|
trtDisplayPopupMenu | Optional code for displaying the popup menu. |
Versions 24 and latertrtAddToken New in version 24trtAddToken trtAddToken | Code for adding a token into a "Text token" edit control. |
Versions 20 and latertrtAddWidget New in version 20trtAddWidget trtAddWidget | Code for adding a widget to a Dashboard control. |
trtPostPrint | "Post Print" code of a block in a report. |
Versions 23 and latertrtAfterOpeningDocument New in version 23trtAfterOpeningDocument trtAfterOpeningDocument | "After opening document" code of Word Processing control, Image Editor control, Spreadsheet control or PDF Reader control. |
trtBeforeCreatingOrganizerApt | "Before creating the appointment" code of Organizer control. |
trtBeforeCreatingScheduleApt | "Before creating the appointment" code of Scheduler control. |
Versions 23 and latertrtBeforeClosingDocument New in version 23trtBeforeClosingDocument trtBeforeClosingDocument | "Before closing document" code of Word Processing control, Image Editor control, Spreadsheet control or PDF Reader control. |
trtPrePrint | "Pre Print" code of control in a report. |
trtRightButtonDoubleClick | Code of double click on right button. |
trtRightButtonDown | Code of right button down. |
trtRightButtonUp | Code of right button up. |
trtLeftButtonDoubleClick | Code of double click on left button. |
trtLeftButtonDown | Code of left button down. |
trtLeftButtonUp | Code of left button up. |
trtMiddleButtonDoubleClick | Code of double click on middle button. |
trtMiddleButtonDown | Code of middle button down. |
trtMiddleButtonUp | Code of middle button up. |
trtSystemButton | "Before closing with OK/Close button" code. |
Versions 23 and latertrtChangeLayout New in version 23trtChangeLayout trtChangeLayout | "Change of layout" code of window. |
trtChangeOrganizerPeriod | "Whenever changing period" code of Organizer control. |
trtChangeSchedulePeriod | "Whenever changing period" code of Scheduler control. |
Versions 22 and latertrtChangePlane New in version 22trtChangePlane trtChangePlane | "Whenever changing plane" code of a Sliding Banner control. |
Versions 20 and latertrtChangePositionMap New in version 20trtChangePositionMap trtChangePositionMap | "Whenever changing position" code of Map control. |
Versions 20 and latertrtResizeWidget New in version 20trtResizeWidget trtResizeWidget | "Resizing a Widget" code of Dashboard control. |
trtResize | Code for resizing the window. |
trtClick | - Click code of control.
- Code of the button associated with the click in the window.
|
trtRightClick | - Right-click code (for the TreeView control only).
- Code of button associated with the right click in the window.
|
Versions 22 and latertrtClickButtonArrow New in version 22trtClickButtonArrow trtClickButtonArrow | Click code on the arrow associated with a button. |
Versions 24 and latertrtClickToken New in version 24trtClickToken trtClickToken | Click code on a token in a "Text token" edit control. |
trtHorizontalScroll | "Horizontal scrollbar" code (Scrollbar control only). |
trtVerticalScroll | "Vertical scrollbar" code (Scrollbar control only). |
Versions 20 and latertrtRequestUpdate New in version 20trtRequestUpdate trtRequestUpdate | "Request for updating the display" code (window and internal window). |
trtMoveWindow | Code for moving the window. |
trtMoveOrganizerApt | Code for moving an appointment in an Organizer control. |
trtMoveScheduleApt | Code for moving an appointment in a Scheduler control. |
Versions 20 and latertrtMoveWidget New in version 20trtMoveWidget trtMoveWidget | "Moving a Widget" code of Dashboard control. |
trtDoubleClick | - Double-click code.
- Code of button associated with the double click in the window.
|
trtCollapseExpandBranch | Collapsed/Expanded code of a node in a TreeView or TreeView Table control. |
Versions 22 and latertrtCollapseExpandBreak New in version 22trtCollapseExpandBreak trtCollapseExpandBreak | Collapsed/Expanded code of a break in a Looper or Table control. |
trtEnter | Entry code in the control. |
trtLineEnter | Entry code of a row (Table control only). |
trtEnterInputOrganizerApt | Entry code in input for an appointment in an Organizer control. |
trtEnterInputSchedulerApt | Entry code in input for an appointment in a Scheduler control. |
trtEnterRollover | Optional entry code in rollover in a Table control. |
Versions 21 and latertrtWinEdChangeSize New in version 21trtWinEdChangeSize trtWinEdChangeSize | Code run when resizing a control in "Edit by the user" mode. This process is mainly used to identify the operation performed by the user and to run a specific code. |
Versions 21 and latertrtWinEdMove New in version 21trtWinEdMove trtWinEdMove | Code run when moving a control in "Edit by the user" mode. This process is mainly used to identify the operation performed by the user and to run a specific code. |
Versions 21 and latertrtWinEdSelection New in version 21trtWinEdSelection trtWinEdSelection | Code run when selecting a control in "Edit by the user" mode. This process is mainly used to identify the operation performed by the user and to run a specific code. |
trtClosing | - Closing code of window.
- Closing code of page.
- Closing code of report.
|
trtComboClosing | Closing code of drop-down list. |
trtFilter | Code for filtering the report data. |
trtEndInitialization | "End of initialization" code (browsing List Box, Table and Combo Box control). |
trtEndChange | "End of modification" code (Slider and Scrollbar control only). |
trtInit | - Initialization code of control.
- Initialization code of window.
- Initialization code of page.
- Opening code of report.
|
trtReadLast | Code for reading the last record (Table control only). |
trtReadData | Code for reading the report data. |
trtReadPrevious | Code for reading the previous record (Table control only). |
trtReadFirst | Code for reading the first record (Table control only). |
trtReadNext | Code for reading the next record (Table control only). |
Versions 22 and latertrtUpdateUI New in version 22trtUpdateUI trtUpdateUI | "Request for updating the display" code (window and internal window). |
trtChange | - "Whenever modified" code of control.
- Modification code of window.
|
Versions 22 and latertrtModificationSpreadsheetCell New in version 22trtModificationSpreadsheetCell trtModificationSpreadsheetCell | "Cell modification" code of Spreadsheet control. |
Versions 24 and latertrtModificationColumnFilter New in version 24trtModificationColumnFilter trtModificationColumnFilter | Code "Whenever modifying the filter (user input in header)" of a Table Column control. |
trtSliderChange | "Whenever modified" code (Slider control only). |
trtZoomModification | Code for modifying the zoom of a Range Slider control. |
trtMenuOption | Code of menu option (main or popup menu). |
trtOpening | - Initialization code of window.
- Opening code of page.
- Opening code of report.
|
trtComboOpening | Code for opening the drop-down list of Combo Box control. |
trtKillFocus | Code of focus loss for the window. |
trtGetFocus | Code of focus gain for the window. |
trtReassignResourceScheduleApt | Code for re-assigning an appointment in a Scheduler control. |
Versions 22 and latertrValueRetrieval New in version 22trValueRetrieval trValueRetrieval | Code for retrieving the Value property of a Web Component control. |
trtResizeOrganizerApt | Code for resizing an appointment in an Organizer control. |
trtResizeScheduleApt | Code for resizing an appointment in a Scheduler control. |
trtMouseWheel | Code for using the mouse wheel. |
trtSelection | Selection code (Combo Box, List Box and Table control). |
trtSelectOrganizerPeriod | Code for selecting a period in an Organizer control. |
trtSelectSchedulePeriod | Code for selecting a period in a Scheduler control. |
trtSelectOrganizerApt | Code for selecting an appointment in an Organizer control. |
trtSelectScheduleApt | Code for selecting an appointment in a Scheduler control. |
trtExit | Exit code of control. |
trtLineExit | Exit code of row (Table control only). |
trtOrganizerInputExitApt | Exit code from input for an appoingment in an Organizer control. |
trtScheduleInputExitApt | Exit code from input for an appoingment in a Scheduler control. |
trtExitRollover | Exit code from rollover of Table control. |
trtSpinMinus | Decrement code of Spin control. |
trtSpinPlus | Increment code of Spin control. |
trtDeleteToken | Code for deleting a token from a "Text token" edit control. |
trtDeleteOrganizerApt | Code for deleting an appointment from an Organizer control. |
trtDeleteScheduleApt | Code for deleting an appointment from a Scheduler control. |
Versions 20 and latertrtDeleteWidget New in version 20trtDeleteWidget trtDeleteWidget | Code for deleting a widget from a Dashboard control. |
trtRollover | Rollover code of control. |
Versions 20 and latertrtPullToRefresh New in version 20trtPullToRefresh trtPullToRefresh | "Pull to refresh" code in a Table or Looper control. |
trtKeyPressed | Key Pressed code. |
trtKeyDown | Key Down code. |
trtKeyUp | Key Up code. |
trtSystemKeyPressed | System Key Pressed code. |
trtSystemKeyDown | System Key Down code. |
trtSystemKeyUp | System Key Up code.
|