| | |
Constant | Use | Function |
---|
apArrayBaseSubscript | Specifies the source subscript of arrays sent to the ActiveX or Automation objects. | AutomationParameter |
apArrayByValue | Forces the arrays sent to ActiveX or Automation objects to be passed by value. | AutomationParameter |
Versions 15 and laterapBinaryString New in version 15apBinaryString apBinaryString | Mode for retrieving the binary strings of OLE Automation. | AutomationParameter |
Versions 15 and laterccGlobal New in version 15ccGlobal ccGlobal | Load mode of external component: The external component is loaded globally. For example, the same context will be used if the component is loaded by the project and by a project component. | ComponentLoad |
Versions 15 and laterccIsolated New in version 15ccIsolated ccIsolated | Load mode of external component: The external component is isolated. For example, if the component is loaded by the project and by a project component, each component will be using a specific context. | ComponentLoad |
ciCaption | Requested information: Caption of external component. | ComponentInfo |
ciCompany | Requested information: Company that publishes the external component (same as ciOwner). | ComponentInfo |
ciCompatibleVersion | Requested information: Compatible version of external component. | ComponentInfo |
ciCopyright | Requested information: Copyright of external component. | ComponentInfo |
Versions 24 and laterciGenerationDate New in version 24ciGenerationDate ciGenerationDate | Requested information: Date on which the external component or library was generated. | ComponentInfo |
Versions 15 and laterciGlobalCommponent New in version 15ciGlobalCommponent ciGlobalCommponent | Requested information: Load mode of external component (global or isolated external component). | ComponentInfo |
ciInternalVersion | Requested information: WINDEV or WEBDEV version that was used to create the external component. | ComponentInfo |
ciLoadedAtStartup | Requested information: Load (or not) the external component as soon as the project is started. | ComponentInfo |
ciLogicalName | Requested information: Logical name of external component. | ComponentInfo |
ciOwner | Requested information: Company that publishes the external component. | ComponentInfo |
ciPatchNumber | Requested information: Number of first patch accepted by the external component. | ComponentInfo |
ciPhysicalName | Requested information: Name of physical file associated with the external component. | ComponentInfo |
ciProjectVersion | Requested information: Version of external component that was used to compile the project. | ComponentInfo |
cisAbsent | Status report for loading the component: The specified component is known by the project but is not in the specified path. | ComponentLoad, ComponentInfo |
cisLoaded | Status report for loading the component: The external component was successfully loaded. | ComponentLoad, ComponentInfo |
cisReady | Status report for loading the external component: WDK file ready to be used. | ComponentLoad, ComponentInfo |
ciStatus | Requested information: Status of external component. | ComponentInfo |
cisUnknown | Requested information: Status of external component: The external component is unknown to the project | ComponentInfo |
cisVersionTooOld | Status report for loading the external component: The version of external component is too old. It is not compatible with the current executable. | ComponentLoad, ComponentInfo |
cisVersionTooRecent | Status report for loading the external component: The version of external component is too recent. It is not compatible with the current executable. | ComponentLoad, ComponentInfo |
ciVersion | Requested information: Actual version of external component. | ComponentInfo |
Versions 18 and laterclaParent New in version 18claParent claParent | Load mode of external component: All the external project components are loaded from an internal component. | ComponentLoadAll |
Versions 15 and laterclaProject New in version 15claProject claProject | All the components used by the project are loaded. The components used by the components themselves are not loaded. | ComponentLoadAll |
Versions 15 and laterclaRecursive New in version 15claRecursive claRecursive | All components used by the project and all components used by the components themselves are loaded. | ComponentLoadAll |
CollapseExpandBranch | Process to use: Collapsed/Expanded code of a branch node in a TreeView or TreeView Table control. | ExecuteProcess, ..Process |
Versions 17 and latercolSetDark New in version 17colSetDark colSetDark | The returned color is chosen among a set of darker colors (suitable for the TreeMap control for example). | GetColor |
Versions 17 and latercolSetDefault New in version 17colSetDefault colSetDefault | The returned color is chosen among a set of standard colors. | GetColor |
Versions 23 and latercolSetPalette New in version 23colSetPalette colSetPalette | The returned color is chosen among the set of colors defined for the current palette. | GetColor |
Versions 17 and latercolSetPastel New in version 17colSetPastel colSetPastel | The returned color is chosen among a set of lighter colors. | GetColor |
Versions 23 and latercolSetTemplate New in version 23colSetTemplate colSetTemplate | The returned color is chosen among the set of colors defined for the current skin template. | GetColor |
CompressGauge | To view the progress, all you have to do is branch an event on CompressGauge (1174). When this message is received, the _EVE.wParam variable contains the percentage of file compression. | fCompress, fUncompress, fStopCompress, zipAddFile, zipAddFileList, zipAddDirectory, zipExtractFile, zipExtractAll, zipCurrentFile |
CreateQuery | Opens Reports & Queries and starts the query creation wizard. | RunReportsAndQueries |
CreateReport | Opens Reports & Queries and starts the report creation wizard. | RunReportsAndQueries |
Versions 15 and laterdiffBinary New in version 15diffBinary diffBinary | Binary comparison of files. | diffCreate |
Versions 15 and laterdiffFilePCS New in version 15diffFilePCS diffFilePCS | Binary comparison of files optimized for the files created by WINDEV, WEBDEV and WINDEV Mobile. | diffCreate |
Versions 15 and laterdiffMaxPercentage New in version 15diffMaxPercentage diffMaxPercentage | Comparison of files with a maximum percentage of differences. This constant can be combined with diffBinary, diffFilePCS or diffText. | diffCreate |
DisableOptimizedExecution | JITc (Just In Time compilation) is disabled. | ExecutionMode |
ExternalCallsOptimized | Optimizes the management of external calls to procedures. | ExecutionMode |
Versions 15 and laterForceDestructorNonDynamicObject New in version 15ForceDestructorNonDynamicObject ForceDestructorNonDynamicObject | Forces the destruction of non-dynamic objects (even if a strong reference was taken). | ExecutionMode |
Versions 15 and laterForceDestructorNonDynamicObject New in version 15ForceDestructorNonDynamicObject ForceDestructorNonDynamicObject | Forces the destruction of non-dynamic objects (even if a strong reference was taken). | ExecutionMode |
fromFile | The RSS stream to load is contained in a file. | rssInitialize |
fromString | The RSS stream to load is contained in a character string. | rssInitialize |
fromURL | The RSS stream to load is accessible by a URL. | rssInitialize |
Versions 15 and laterguidFormatted New in version 15guidFormatted guidFormatted | The GUID is formatted for a display with separators. | GetGUID |
Versions 15 and laterguidRough New in version 15guidRough guidRough | The GUID corresponds to a sequence of 16 hexadecimal characters. | GetGUID |
Versions 24 and laterguidRough256 New in version 24guidRough256 guidRough256 | The GUID corresponds to a sequence of 32 hexadecimal characters. | GetGUID |
inMemory | Makes it possible to save images in memory. | dSaveImageBMP, dSaveImageGIF, dSaveImageJPEG, dSaveImagePNG, TwainToBMP, TwainToGIF, TwainToJPEG, TwainToPDF, TwainToTIFF |
Versions 21 and laterlcAll New in version 21lcAll lcAll | Information to retrieve: The entire information about countries. | GetCountryList |
Versions 21 and laterlcAlpha2Code New in version 21lcAlpha2Code lcAlpha2Code | Information to retrieve: Alphabetical ISO code of country on 2 characters. | GetCountryList |
Versions 21 and laterlcAlpha3Code New in version 21lcAlpha3Code lcAlpha3Code | Information to retrieve: Alphabetical ISO code of country on 3 characters. | GetCountryList |
Versions 21 and laterlcCaption New in version 21lcCaption lcCaption | Information to retrieve: Caption of country. | GetCountryList |
Versions 21 and laterlcNation New in version 21lcNation lcNation | Information to retrieve: Constant of country for the Nation function. | GetCountryList |
Versions 21 and laterlcNumericCode New in version 21lcNumericCode lcNumericCode | Information to retrieve: Numeric ISO code of country. | GetCountryList |
modeFormerOperatingModeDuration | The Duration properties keep the operating mode used in version 12. | ExecutionMode |
Versions 24 and laterNil_UUID New in version 24Nil_UUID Nil_UUID | Empty 128-bit UUID. | Versions 24 and laterUUID variable New in version 24UUID variable UUID variable |
Versions 24 and laterNil_UUID_256 New in version 24Nil_UUID_256 Nil_UUID_256 | Empty 256-bit UUID. | Versions 24 and laterUUID variable New in version 24UUID variable UUID variable |
NormalMode | The errors that occurred generate error messages (WINDEV 11 or WEBDEV 11 mode). | ExecutionMode |
Versions 24 and laterodFailure New in version 24odFailure odFailure | Status report of document opening: The document was not opened. | OpenDocument |
Versions 24 and laterodOpenModified New in version 24odOpenModified odOpenModified | Status report of document opening: The document was opened and modified. | OpenDocument |
Versions 24 and laterodOpenNotModified New in version 24odOpenNotModified odOpenNotModified | Status report of document opening: The document was opened but it was not modified. | OpenDocument |
Versions 24 and laterodOptionMaxWindow New in version 24odOptionMaxWindow odOptionMaxWindow | Options for document opening: Document opened in read/write in a maximized window. | OpenDocument |
Versions 24 and laterodOptionNone New in version 24odOptionNone odOptionNone | Options for document opening: Document opened in read/write in a non-maximized window. | OpenDocument PicOpen <Image editor>.Open |
Versions 24 and laterodOptionReadOnly New in version 24odOptionReadOnly odOptionReadOnly | Options for document opening: Document opened in read-only. This constant can be combined with the odOptionNone and odOptionMaxWindow constants. | OpenDocument PicOpen <Image editor>.Open |
PermissiveMode | The errors that occurred are ignored (WINDEV 5.5 or WEBDEV 1.5 mode). | ExecutionMode |
scAnyColor | Options for displaying the window for color selection: All the colors are allowed. | SelectColor |
scHelp | Options for displaying the window for color selection: Enables the help button. | SelectColor |
scInit | Options for displaying the window for color selection: The color selected by default corresponds to the color passed as parameter. | SelectColor |
scNotPersoColor | Options for displaying the window for color selection: The custom color creation button is dimmed. | SelectColor |
scPersoColor | Options for displaying the window for color selection: Enables the button for creating custom colors. | SelectColor |
scSolidColor | Options for displaying the window for color selection: Only non-hatched colors are allowed. | SelectColor |
Versions 18 and laterscSystem New in version 18scSystem scSystem | Options for displaying the window for color selection Displays the standard window for color selection of Windows. | SelectColor |
styleGrayedIconGradient | Manage the display of grayed images. | DrawingStyle |
Versions 22 and laterstyleImageLowQuality New in version 22styleImageLowQuality styleImageLowQuality | Configure the load mode of huge images (priority given to load time or to quality). | DrawingStyle |
Versions 15 and laterstyleIndentBorderOverlap New in version 15styleIndentBorderOverlap styleIndentBorderOverlap | Configures the number of pixels between the text and the border in the "overlap" display mode. | DrawingStyle |
styleTranslucentWinBorder | Manage the display of translucent border of windows. | DrawingStyle |
Versions 16 and latertmPage New in version 16tmPage tmPage | Test run from a page Go. | InTestMode |
Versions 16 and latertmProcedure New in version 16tmProcedure tmProcedure | Test run from a procedure Go. | InTestMode |
Versions 16 and latertmProject New in version 16tmProject tmProject | Test run from a project Go. | InTestMode |
Versions 16 and latertmQuery New in version 16tmQuery tmQuery | Test run from a query Go. | InTestMode |
Versions 16 and latertmReport New in version 16tmReport tmReport | Test run from a report Go. | InTestMode |
Versions 16 and latertmTest New in version 16tmTest tmTest | Test run from the Go of an automatic test. | InTestMode |
Versions 16 and latertmWindow New in version 16tmWindow tmWindow | Test run from a window Go. | InTestMode |
Versions 22 and latertrtAction New in version 22trtAction trtAction | Process to use: Action code of Web Component control. | ExecuteProcess, ..Process |
Versions 24 and latertrtAddToken New in version 24trtAddToken trtAddToken | Process to use: "Add token" code of a "Text token" edit control. | ExecuteProcess, ..Process |
Versions 20 and latertrtAddWidget New in version 20trtAddWidget trtAddWidget | Process to use: "Adding a Widget" code of Dashboard control. | ExecuteProcess, ..Process |
Versions 23 and latertrtAfterOpeningDocument New in version 23trtAfterOpeningDocument trtAfterOpeningDocument | Process to use: "After opening document" code of Word Processing control, Image Editor control, Spreadsheet control or PDF Reader control. | ExecuteProcess, ..Process |
Versions 23 and latertrtBeforeClosingDocument New in version 23trtBeforeClosingDocument trtBeforeClosingDocument | Process to use: "Before closing document" code of Word Processing control, Image Editor control, Spreadsheet control or PDF Reader control. | ExecuteProcess, ..Process |
Versions 15 and latertrtBeforeCreatingOrganizerApt New in version 15trtBeforeCreatingOrganizerApt trtBeforeCreatingOrganizerApt | Process to use: "Before creating the appointment" code of Organizer control. | ExecuteProcess, ..Process |
Versions 16 and latertrtBeforeCreatingScheduleApt New in version 16trtBeforeCreatingScheduleApt trtBeforeCreatingScheduleApt | Process to use: "Before creating the appointment" code of Scheduler control. | ExecuteProcess, ..Process |
trtChange | Process to use: "Whenever modified" code of control, modification code of window. | ExecuteProcess, ..Process |
Versions 23 and latertrtChangeLayout New in version 23trtChangeLayout trtChangeLayout | Process to use: "Change of layout" code of a window. | ExecuteProcess, ..Process |
Versions 15 and latertrtChangeOrganizerPeriod New in version 15trtChangeOrganizerPeriod trtChangeOrganizerPeriod | Process to use: "Whenever changing period" code of Organizer control. | ExecuteProcess, ..Process |
Versions 22 and latertrtChangePlane New in version 22trtChangePlane trtChangePlane | Process to use: "Whenever changing plane" code of Scrolling Banner control | ExecuteProcess, ..Process |
Versions 20 and latertrtChangePositionMap New in version 20trtChangePositionMap trtChangePositionMap | Process to use: "Whenever changing position" code of Map control. | ExecuteProcess, ..Process |
Versions 16 and latertrtChangeSchedulePeriod New in version 16trtChangeSchedulePeriod trtChangeSchedulePeriod | Process to use: "Whenever changing period" code of Scheduler control. | ExecuteProcess, ..Process |
Versions 22 and latertrtChangeSlice New in version 22trtChangeSlice trtChangeSlice | Process to use: Code "Whenever changing slice" of a page in "Responsive Web Design" mode. | ExecuteProcess |
trtClick | Process to use: Click code of control, code of button associated with the window click. | ExecuteProcess, ..Process |
Versions 22 and latertrtClickButtonArrow New in version 22trtClickButtonArrow trtClickButtonArrow | Process to use: Click code on the arrow associated with a button. | ExecuteProcess, ..Process |
Versions 24 and latertrtClickToken New in version 24trtClickToken trtClickToken | Process to use: Code for clicking on a token in a "Text token" edit control. . | ExecuteProcess, ..Process |
trtClosing | Process to use: Code for closing the window, the page or the report. | ExecuteProcess, ..Process |
Versions 22 and latertrtCollapseExpandBreak New in version 22trtCollapseExpandBreak trtCollapseExpandBreak | Process to use: Collapsed/Expanded code of a break in a Table or Looper control. | ExecuteProcess, ..Process |
Versions 25 and latertrtCollapseExpandDrawer New in version 25trtCollapseExpandDrawer trtCollapseExpandDrawer | Process to use: Code Wound/Unwound of an Drawer control (browser code). | ExecuteProcess, ..Process |
trtComboClosing | Process to use: Code for closing the drop-down list in a Combo Box control. | ExecuteProcess, ..Process |
trtComboOpening | Process to use: Code for opening the drop-down list of combo box. | ExecuteProcess, ..Process |
Versions 22 and latertrtDelayedPlaneLoad New in version 22trtDelayedPlaneLoad trtDelayedPlaneLoad | Process to use: Code for delayed plane load. | ExecuteProcess |
Versions 15 and latertrtDeleteOrganizerApt New in version 15trtDeleteOrganizerApt trtDeleteOrganizerApt | Process to use: Code for deleting an appointment from an Organizer control. | ExecuteProcess, ..Process |
Versions 16 and latertrtDeleteScheduleApt New in version 16trtDeleteScheduleApt trtDeleteScheduleApt | Process to use: Code for deleting an appointment from a Scheduler control. | ExecuteProcess, ..Process |
Versions 24 and latertrtDeleteToken New in version 24trtDeleteToken trtDeleteToken | Process to use: "Delete token" code of a "Text token" edit control. | ExecuteProcess, ..Process |
Versions 20 and latertrtDeleteWidget New in version 20trtDeleteWidget trtDeleteWidget | Process to use: Code for deleting a widget from a Dashboard control. | ExecuteProcess, ..Process |
Versions 19 and latertrtDisplayPopupMenu New in version 19trtDisplayPopupMenu trtDisplayPopupMenu | Process to use: "Before creating the appointment" code of Organizer control. | ..Process |
trtDoubleClick | Process to use: Double click code, code of the button associated with the double click in the window. | ExecuteProcess, ..Process |
trtEndChange | Process to use: "End of modification" code (Slider and Scrollbar control). | ExecuteProcess, ..Process |
trtEndInitialization | Process to use: "End of initialization" code (browsing List Box, Table and Combo Box control). | ExecuteProcess, ..Process |
trtEnter | Process to use: Entry code in the control. | ExecuteProcess, ..Process |
Versions 15 and latertrtEnterInputOrganizerApt New in version 15trtEnterInputOrganizerApt trtEnterInputOrganizerApt | Process to use: Entry code in input for an appointment in an Organizer control. | ExecuteProcess, ..Process |
Versions 16 and latertrtEnterInputSchedulerApt New in version 16trtEnterInputSchedulerApt trtEnterInputSchedulerApt | Process to use: Entry code in input for an appointment in a Scheduler control. | ExecuteProcess, ..Process |
Versions 19 and latertrtEnterRollover New in version 19trtEnterRollover trtEnterRollover | Process to use: Optional entry code in rollover in a Table control. | ..Process |
trtExit | Process to use: Exit code of control. | ExecuteProcess, ..Process |
Versions 19 and latertrtExitRollover New in version 19trtExitRollover trtExitRollover | Process to use: Exit code from rollover of Table control. | ..Process |
trtFilter | Process to use: Code for filtering the report data. | ExecuteProcess, ..Process |
trtGetFocus | Process to use: Code of focus gain for the window. | ExecuteProcess, ..Process |
Versions 19 and latertrtHorizontalScroll New in version 19trtHorizontalScroll trtHorizontalScroll | Process to use: "Horizontal scrollbar" code (Scrollbar control only). | ..Process |
trtInit | Process to use: Code for initializing the control, the window, the page or the report. | ExecuteProcess, ..Process |
Versions 19 and latertrtKeyDown New in version 19trtKeyDown trtKeyDown | Process to use: Key Down code. | ..Process |
Versions 19 and latertrtKeyPressed New in version 19trtKeyPressed trtKeyPressed | Process to use: Key Pressed code. | ..Process |
Versions 19 and latertrtKeyUp New in version 19trtKeyUp trtKeyUp | Process to use: Key Up code. | ..Process |
trtKillFocus | Process to use: Code of focus loss for the window. | ExecuteProcess, ..Process |
Versions 19 and latertrtLeftButtonDoubleClick New in version 19trtLeftButtonDoubleClick trtLeftButtonDoubleClick | Process to use: Code of double click on left button. | ..Process |
Versions 19 and latertrtLeftButtonDown New in version 19trtLeftButtonDown trtLeftButtonDown | Process to use: Code of left button down. | ..Process |
Versions 19 and latertrtLeftButtonUp New in version 19trtLeftButtonUp trtLeftButtonUp | Process to use: Code of left button up. | ..Process |
trtLineDisplay | Process to use: Code for displaying a row (Table control only). | ExecuteProcess, ..Process |
trtLineEnter | Process to use: Entry code of a row (Table control only). | ExecuteProcess, ..Process |
trtLineExit | Process to use: Exit code of a row (Table control). | ExecuteProcess, ..Process |
trtLoad | Process to use: Load code of the page. | ExecuteProcess |
trtMenuOption | Process to use: Code of menu option. | ExecuteProcess, ..Process |
Versions 19 and latertrtMiddleButtonDoubleClick New in version 19trtMiddleButtonDoubleClick trtMiddleButtonDoubleClick | Process to use: Code of double click on middle button. | ..Process |
Versions 19 and latertrtMiddleButtonDown New in version 19trtMiddleButtonDown trtMiddleButtonDown | Process to use: Code of middle button down. | ..Process |
Versions 19 and latertrtMiddleButtonUp New in version 19trtMiddleButtonUp trtMiddleButtonUp | Process to use: Code of middle button up. | ..Process |
Versions 24 and latertrtModificationColumnFilter New in version 24trtModificationColumnFilter trtModificationColumnFilter | Process to use: Code "Whenever modifying the filter (user input in header)" of a Table Column control. | ExecuteProcess, ..Process |
Versions 22 and latertrtModificationSpreadsheetCell New in version 22trtModificationSpreadsheetCell trtModificationSpreadsheetCell | Process to use: "Cell modification" code of Spreadsheet control. | ExecuteProcess, ..Process |
Versions 19 and latertrtMouseWheel New in version 19trtMouseWheel trtMouseWheel | Process to use: Code for using the mouse wheel | ..Process |
Versions 15 and latertrtMoveOrganizerApt New in version 15trtMoveOrganizerApt trtMoveOrganizerApt | Process to use: Code for moving an appointment in an Organizer control. | ExecuteProcess, ..Process |
Versions 16 and latertrtMoveScheduleApt New in version 16trtMoveScheduleApt trtMoveScheduleApt | Process to use: Code for moving an appointment in a Scheduler control. | ExecuteProcess, ..Process |
Versions 20 and latertrtMoveWidget New in version 20trtMoveWidget trtMoveWidget | Process to use: "Moving a Widget" code of Dashboard control. | ExecuteProcess, ..Process |
Versions 19 and latertrtMoveWindow New in version 19trtMoveWindow trtMoveWindow | Process to use: Code for moving the window. | ..Process |
trtOpening | Process to use: Code for initializing a window, a page or a report. | ExecuteProcess, ..Process |
Versions 15 and latertrtOrganizerInputExitApt New in version 15trtOrganizerInputExitApt trtOrganizerInputExitApt | Process to use: Exit code from input for an appoingment in an Organizer control. | ExecuteProcess, ..Process |
trtPostPrint | Process to use: "Post-print" code of block. | ExecuteProcess, ..Process |
trtPrePrint | Process to use: "Pre Print" code of control or block. | ExecuteProcess, ..Process |
trtProcedure | Process to use: the procedure. Finds a procedure among the project procedures. | ExecuteProcess SeekProcedure |
trtProjectProcedure | Process to use: Procedure of project hosting the component. Finds a procedure among the procedures of host project of component. | ExecuteProcess SeekProcedure |
Versions 20 and latertrtPullToRefresh New in version 20trtPullToRefresh trtPullToRefresh | Process to use: "Pull to refresh" code of a Table or Looper control. | ExecuteProcess, ..Process |
trtReadData | Process to use: Code for reading the report data. | ExecuteProcess, ..Process |
trtReadFirst | Process to use: Code for reading the first record (Table control). | ExecuteProcess, ..Process |
trtReadLast | Process to use: Code for reading the last record (Table control). | ExecuteProcess, ..Process |
trtReadNext | Process to use: Code for reading the next record (Table control). | ExecuteProcess, ..Process |
trtReadPrevious | Process to use: Code for reading the previous record (Table control). | ExecuteProcess, ..Process |
Versions 16 and latertrtReassignResourceScheduleApt New in version 16trtReassignResourceScheduleApt trtReassignResourceScheduleApt | Process to use: Code for re-assigning an appointment in a Scheduler control. | ExecuteProcess |
Versions 23 and latertrtRefreshRibbon New in version 23trtRefreshRibbon trtRefreshRibbon | Process to use: Code for refreshing the ribbon of PDF Reader and Word Processing controls. | ExecuteProcess |
Versions 20 and latertrtRequestRefresh New in version 20trtRequestRefresh trtRequestRefresh | Process to use: "Request for updating the display" code. | ExecuteProcess, ..Process |
trtReset | Process to use: Code for page reset. | ExecuteProcess |
trtResize | Process to use: Code for resizing the window. | ExecuteProcess, ..Process |
Versions 15 and latertrtResizeOrganizerApt New in version 15trtResizeOrganizerApt trtResizeOrganizerApt | Process to use: Code for resizing an appointment in an Organizer control. | ExecuteProcess |
Versions 16 and latertrtResizeScheduleApt New in version 16trtResizeScheduleApt trtResizeScheduleApt | Process to use: Code for resizing an appointment in a Scheduler control. | ExecuteProcess, ..Process |
Versions 20 and latertrtResizeWidget New in version 20trtResizeWidget trtResizeWidget | Process to use: "Resizing a Widget" code of Dashboard control. | ExecuteProcess, ..Process |
Versions 19 and latertrtRightButtonDoubleClick New in version 19trtRightButtonDoubleClick trtRightButtonDoubleClick | Process to use: Code of double click on right button. | ..Process |
Versions 19 and latertrtRightButtonDown New in version 19trtRightButtonDown trtRightButtonDown | Process to use: Code of right button down. | ..Process |
Versions 19 and latertrtRightButtonUp New in version 19trtRightButtonUp trtRightButtonUp | Process to use: Code of right button up. | ..Process |
trtRightClick | Process to use: Right click code, code of button associated with the right click in the window. | ExecuteProcess, ..Process |
Versions 19 and latertrtRollover New in version 19trtRollover trtRollover | Process to use: Rollover code of control. | ..Process |
Versions 16 and latertrtScheduleInputExitApt New in version 16trtScheduleInputExitApt trtScheduleInputExitApt | Process to use: Exit code from input for an appoingment in a Scheduler control. | ExecuteProcess, ..Process |
Versions 22 and latertrtScroll New in version 22trtScroll trtScroll | Process to use: Code for scrolling the page. | ExecuteProcess |
trtSelection | Process to use: Selection code (Combo Box, List Box and Table control). | ExecuteProcess, ..Process |
Versions 15 and latertrtSelectOrganizerApt New in version 15trtSelectOrganizerApt trtSelectOrganizerApt | Process to use: Code for selecting an appointment in an Organizer control. | ExecuteProcess, ..Process |
Versions 15 and latertrtSelectOrganizerPeriod New in version 15trtSelectOrganizerPeriod trtSelectOrganizerPeriod | Process to use: Code for selecting a period in an Organizer control. | ExecuteProcess, ..Process |
Versions 16 and latertrtSelectScheduleApt New in version 16trtSelectScheduleApt trtSelectScheduleApt | Process to use: Code for selecting an appointment in a Scheduler control. | ExecuteProcess, ..Process |
Versions 16 and latertrtSelectSchedulePeriod New in version 16trtSelectSchedulePeriod trtSelectSchedulePeriod | Process to use: Code for selecting a period in a Scheduler control. | ExecuteProcess, ..Process |
trtSliderChange | Process to use: "Whenever modified" code of Slider control | ExecuteProcess, ..Process |
trtSpinMinus | Process to use: Increment code of Spin control. | ExecuteProcess, ..Process |
trtSpinPlus | Process to run: Decrement code of Spin control. | ExecuteProcess, ..Process |
trtSubmit | Process to use: Code for page submit. | ExecuteProcess, ..Process |
trtSystemButton | Process to use: "Before closing with OK/Close button" code. | ExecuteProcess, ..Process |
Versions 19 and latertrtSystemKeyDown New in version 19trtSystemKeyDown trtSystemKeyDown | Process to use: System Key Down code. | ..Process |
Versions 19 and latertrtSystemKeyPressed New in version 19trtSystemKeyPressed trtSystemKeyPressed | Process to use: System Key Pressed code. | ..Process |
Versions 19 and latertrtSystemKeyUp New in version 19trtSystemKeyUp trtSystemKeyUp | Process to use: System Key Up code. | ..Process |
trtUnload | Process to use: Code for unloading the page. | ExecuteProcess |
Versions 22 and latertrtUpdateUI New in version 22trtUpdateUI trtUpdateUItrtUpdateUI | Process to use: "Request for updating the display" code. | ExecuteProcess, ..Process |
Versions 22 and latertrtValueAssignment New in version 22trtValueAssignment trtValueAssignment | Process to use: Code for assigning the Value property of Web Component control. | ExecuteProcess, ..Process |
Versions 22 and latertrtValueRetrieval New in version 22trtValueRetrieval trtValueRetrieval | Process to use: Code for retrieving the Value property of a Web Component control. | ExecuteProcess, ..Process |
Versions 19 and latertrtVerticalScroll New in version 19trtVerticalScroll trtVerticalScroll | Process to use: "Vertical scrollbar" code (Scrollbar control only). | ..Process |
Versions 21 and latertrtWinEdChangeSize New in version 21trtWinEdChangeSize trtWinEdChangeSize | Process to use: Code run when resizing a control in "Edit by the user" mode. | ..Process |
Versions 21 and latertrtWinEdMove New in version 21trtWinEdMove trtWinEdMove | Process to use: Code run when moving a control in "Edit by the user" mode. | ..Process |
Versions 21 and latertrtWinEdSelection New in version 21trtWinEdSelection trtWinEdSelection | Process to use: Code run when selecting a control in "Edit by the user" mode. | ..Process |
Versions 15 and latertrtZoomModification New in version 15trtZoomModification trtZoomModification | Process to use: Code for modifying the zoom of a Range Slider control. | ExecuteProcess, ..Process |
versionFramework | Returns the version number of PC SOFT framework. | WINDEVVersion |
Versions 24 and laterversionLanguage New in version 24versionLanguage versionLanguage | Returns the language of the PC SOFT framework. | WINDEVVersion |
versionVM | | WINDEVVersion |
WaitIfEmpty | Waits for an element to be added into the stack or queue by another thread. | Dequeue, Pop |