| | |
Constant | Use | Function and/or property |
---|
apArrayBaseIndex | Sets the start index of arrays sent to ActiveX or Automation objects. This constant corresponds to apArrayBaseSubscript in previous versions. | AutomationParameter |
apArrayByValue | Forces the arrays sent to ActiveX or Automation objects to be passed by value. | AutomationParameter |
apBinaryString | Mode for retrieving the binary strings of OLE Automation. | AutomationParameter |
ccGlobal | Load mode of the 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 |
ccIsolated | Load mode of the 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 use a specific context. | ComponentLoad |
ciCaption | Requested information: Caption of the external component. | ComponentInfo |
ciCompany | Requested information: Company that publishes the external component (same as ciOwner). | ComponentInfo |
ciCompatibleVersion | Requested information: Compatible version of the external component. | ComponentInfo |
ciCopyright | Requested information: Copyright of the external component. | ComponentInfo |
ciGenerationDate | Requested information: Date on which the external component or library was generated. | ComponentInfo |
ciGlobalCommponent | Requested information: Load mode of the 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 the 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 the 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 the external component. | ComponentInfo |
cisUnknown | Requested information: Status of the external component: The external component is unknown to the project | ComponentInfo |
cisVersionTooOld | Status report for loading the external component: The version of the 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 the external component is too recent. It is not compatible with the current executable. | ComponentLoad, ComponentInfo |
ciVersion | Requested information: Actual version of the external component. | ComponentInfo |
claParent | Load mode of the external component: All the external project components are loaded from an internal component. | ComponentLoadAll |
claProject | All the components used by the project are loaded. The components used by the components themselves are not loaded. | ComponentLoadAll |
claRecursive | All components used by the project and all components used by the components themselves are loaded. | ComponentLoadAll |
CollapseExpandBranch | Event to be handled: Collapsed/Expanded code of a branch node in a TreeView or TreeView Table control. | ExecuteProcess, Process property |
colSetDark | The returned color is chosen among a set of darker colors (suitable for the TreeMap control for example). | GetColor |
colSetDefault | The returned color is chosen among a set of standard colors. | GetColor |
colSetPalette | The returned color is chosen among the set of colors defined for the current palette. | GetColor |
colSetPastel | The returned color is chosen among a set of lighter colors. | GetColor |
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 |
CreateQuery | Opens Reports & Queries and starts the query creation wizard. | RunReportsAndQueries |
CreateReport | Opens Reports & Queries and starts the report creation wizard. | RunReportsAndQueries |
diffBinary | Binary comparison of files. | diffCreate |
diffFilePCS | Binary comparison of files optimized for the files created by WINDEV, WEBDEV and WINDEV Mobile. | diffCreate |
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 |
ForceDestructorNonDynamicObject | Forces the destruction of non-dynamic objects (even if a strong reference was taken). | ExecutionMode |
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 |
gtAuthorizationCode | Grant type: The access authorization is given to the user. a login window appears to let users enter their username and password. The access token is linked to the user. | OAuth2Parameters variable, OpenIDParameters variable |
New in version 28gtClientCredentials | Grant type: Authentication without login window. The access authorization is given to the application (not to the user). The token provided to access the resources of the application is linked to the application itself. | OAuth2Parameters variable, OpenIDParameters variable |
guidFormatted | The GUID is formatted for a display with separators. | GetGUID |
guidRough256 | The GUID corresponds to a sequence of 32 hexadecimal characters. | GetGUID |
guidRough | The GUID corresponds to a sequence of 16 hexadecimal characters. | GetGUID |
inMemory | Makes it possible to save images in memory. | dSaveImageBMP, dSaveImageGIF, dSaveImageJPEG, dSaveImagePNG, TwainToBMP, TwainToGIF, TwainToJPEG, TwainToPDF, TwainToTIFF |
lcAll | Information to retrieve: The entire information about countries. | GetCountryList |
lcAlpha2Code | Information to retrieve: Alphabetical ISO code of country on 2 characters. | GetCountryList |
lcAlpha3Code | Information to retrieve: Alphabetical ISO code of country on 3 characters. | GetCountryList |
lcCaption | Information to retrieve: Caption of country. | GetCountryList |
lcNation | Information to retrieve: Constant of country for the Nation function. | GetCountryList |
lcNumericCode | Information to retrieve: Numeric ISO code of country. | GetCountryList |
modeFormerOperatingModeDuration | The Duration properties keep the operating mode used in version 12. | ExecutionMode |
Nil_UUID | Empty 128-bit UUID. | UUID variable |
Nil_UUID_256 | Empty 256-bit UUID. | UUID variable |
NormalMode | The errors that occurred generate error messages (WINDEV 11 or WEBDEV 11 mode). | ExecutionMode |
oauth2ResponseTypeCode | Type of response expected: The response is of type "Token". | OAuth2Parameters |
oauth2ResponseTypeToken | Type of response expected: The response is of type "Code". | OAuth2Parameters |
odFailure | Status report of document opening: The document was not opened. | OpenDocument |
odOpenModified | Status report of document opening: The document was opened and modified. | OpenDocument OpenDocumentAsynchronous |
odOpenNotModified | Status report of document opening: The document was opened but it was not modified. | OpenDocument OpenDocumentAsynchronous |
New in version 28odOptionHidePane | Document opening options: If the document is an image, it is displayed in the image editor and the right pane (that displays the color characteristics) is not displayed by default. | OpenDocument OpenDocumentAsynchronous PicOpen <Image editor>.Open |
odOptionMaxWindow | Document opening options: Document opened in read/write in a maximized window. | OpenDocument OpenDocumentAsynchronous |
odOptionNone | Document opening options: Document opened in read/write in a non-maximized window. | OpenDocument OpenDocumentAsynchronous PicOpen <Image editor>.Open |
odOptionReadOnly | Document opening options: Document opened in read-only. | OpenDocument OpenDocumentAsynchronous 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 |
scSystem | Options for displaying the window for color selection Displays the standard window for color selection of Windows. | SelectColor |
sdcgDefault | Text is drawn using the default style (grey debossed text). | StyleDrawCaptionGrayed |
sdcgMonochrome | Text is drawn using the specified color. | StyleDrawCaptionGrayed |
styleGrayedIconGradient | Manage the display of grayed images. | DrawingStyle |
styleImageLowQuality | Configure the load mode of large images (priority given to load time or to quality). | DrawingStyle |
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 |
tmPage | Test run from a page Go. | InTestMode |
tmProcedure | Test run from a procedure Go. | InTestMode |
tmProject | Test run from a project Go. | InTestMode |
tmQuery | Test run from a query Go. | InTestMode |
tmReport | Test run from a report Go. | InTestMode |
tmTest | Test run from the Go of an automated test. | InTestMode |
tmWindow | Test run from a window Go. | InTestMode |
trtAction | Event to be handled: Action code of the Web Component control. | ExecuteProcess, Process property |
trtAddDiagShape | Event to be handled: "Add a shape" code in a Diagram Editor control. | ExecuteProcess, Process property |
New in version 28trtAddKanbanCard | Event to be handled: Code executed when a card is added in a Kanban control. | ExecuteProcess, Process property |
trtAddToken | Event to be handled: "Add token" code of a "Text token" Edit control. | ExecuteProcess, Process property |
trtAddWidget | Event to be handled: "Adding a widget" code of Dashboard control. | ExecuteProcess, Process property |
trtAfterOpeningDocument | Event to be handled: "After opening a document" code of the Word Processing, Image Editor, Spreadsheet and PDF Reader controls. | ExecuteProcess, Process property |
trtBeforeClosingDocument | Event to be handled: "Before closing a document" code of the Word Processing, Image Editor, Spreadsheet and PDF Reader controls. | ExecuteProcess, Process property |
trtBeforeClosingWindow | Event to be handled: "Allow closing" code of a window. | ExecuteProcess, Process property |
trtBeforeCreatingOrganizerApt | Event to be handled: "Before creating the appointment" code of the Organizer control. | ExecuteProcess, Process property |
trtBeforeCreatingScheduleApt | Event to be handled: "Before creating the appointment" code of Scheduler control. | ExecuteProcess, Process property |
trtChange | Event to be handled: "Whenever modified" code of control, modification code of window. | ExecuteProcess, Process property |
trtChangeDiagShape | Event to be handled: "Change a shape" code in a Diagram Editor control. | ExecuteProcess, Process property |
trtChangeLayout | Event to be handled: "Change of layout" code of a window. | ExecuteProcess, Process property |
trtChangeOrganizerPeriod | Event to be handled: "Whenever changing period" code of Organizer control. | ExecuteProcess, Process property |
trtChangePlane | Event to be handled: "Whenever changing plane" code of Scrolling Banner control | ExecuteProcess, Process property |
trtChangePositionMap | Event to be handled: "Whenever changing position" code of Map control. | ExecuteProcess, Process property |
trtChangeSchedulePeriod | Event to be handled: "Whenever changing period" code of Scheduler control. | ExecuteProcess, Process property |
trtChangeSlice | Event to be handled: Code "Whenever changing slice" of a page in "Responsive Web Design" mode. | ExecuteProcess |
trtClick | Event to be handled: Click code of control, code of button associated with the window click. | ExecuteProcess, Process property |
trtClickButtonArrow | Event to be handled: Click code on the arrow associated with a button. | ExecuteProcess, Process property |
trtClickHTMLLink | Event to be handled: "Click on a link" code of an HTML Display control. | ExecuteProcess, Process property |
trtClickToken | Event to be handled: Code for clicking on a token in a "Text token" Edit control. . | ExecuteProcess, Process property |
trtClosing | Event to be handled: Code for closing the window, the page or the report. | ExecuteProcess, Process property |
trtCollapseExpandBreak | Event to be handled: Collapsed/Expanded code of a break in a Table or Looper control. | ExecuteProcess, Process property |
trtCollapseExpandDrawer | Event to be handled: Collapsed/Expanded code of a Drawer control (browser code). | ExecuteProcess, Process property |
trtComboClosing | Event to be handled: Code for closing the drop-down list in a Combo Box control. | ExecuteProcess, Process property |
trtComboOpening | Event to be handled: Code for opening the drop-down list of combo box. | ExecuteProcess, Process property |
trtDelayedPlaneLoad | Event to be handled: Code for delayed plane load. | ExecuteProcess |
trtDeleteDiagShape | Event to be handled: "Delete a shape" code in a Diagram Editor control. | ExecuteProcess, Process property |
New in version 28trtDeleteKanbanCard | Event to be handled: Code executed when a card is deleted from a Kanban control. | ExecuteProcess, Process property |
trtDeleteOrganizerApt | Event to be handled: Code executed when an appointment is deleted from an Organizer control. | ExecuteProcess, Process property |
trtDeleteScheduleApt | Event to be handled: Code executed when an appointment is deleted from a Scheduler control. | ExecuteProcess, Process property |
trtDeleteToken | Event to be handled: "Delete token" code of a "Text token" Edit control. | ExecuteProcess, Process property |
trtDeleteWidget | Event to be handled: Code executed when a widget is deleted from a Dashboard control. | ExecuteProcess, Process property |
trtDisplayContextMenu | Event to be handled: "Before creating the appointment" code of the Organizer control. This constant corresponds to trtDisplayPopupMenu in previous versions. | Process property |
trtDoubleClick | Event to be handled: Double click code, code of the button associated with the double click in the window. | ExecuteProcess, Process property |
trtEndChange | Event to be handled: "End of modification" code (Slider and Scrollbar control). | ExecuteProcess, Process property |
trtEndInitialization | Event to be handled: "End of initialization" code (List Box, Table and Combo Box control based on a data file). | ExecuteProcess, Process property |
trtEndLoadingHTMLPage | Event to be handled: "After loading the HTML page" code of an HTML Display control. | ExecuteProcess, Process property |
New in version 28trtEndMovingKanbanCard | Event to be handled: Code executed when the user stops moving a card in a Kanban control. | ExecuteProcess, Process property |
trtEnter | Event to be handled: Entry code of the control. | ExecuteProcess, Process property |
trtEnterInputOrganizerApt | Event to be handled: Code executed when the user enters an appointment in an Organizer control. | ExecuteProcess, Process property |
trtEnterInputSchedulerApt | Event to be handled: Code executed when the user enters an appointment in a Scheduler control. | ExecuteProcess, Process property |
trtEnterRollover | Event to be handled: Mouse enter optional code in a Table control. | Process property |
trtExit | Event to be handled: Exit code of the control. | ExecuteProcess, Process property |
trtExitRollover | Event to be handled: Mouse leave code in a Table control. | Process property |
trtFilter | Event to be handled: Code executed when the report data is filtered. | ExecuteProcess, Process property |
trtGetFocus | Event to be handled: Code executed when the window gains focus. | ExecuteProcess, Process property |
trtHorizontalScroll | Event to be handled: "Horizontal scrollbar" code (Scrollbar control only). | Process property |
trtInit | Event to be handled: Code for initializing the control, the window, the page or the report. | ExecuteProcess, Process property |
New in version 28trtKanbanCardDetails | Event to be handled: Code executed when the details of a card are displayed in a Kanban control. | ExecuteProcess, Process property |
trtKeyDown | Event to be handled: Key Down code. | Process property |
trtKeyPressed | Event to be handled: Key Pressed code. | Process property |
trtKeyUp | Event to be handled: Key Up code. | Process property |
trtKillFocus | Event to be handled: Code executed when the window loses focus. | ExecuteProcess, Process property |
trtLeftButtonDoubleClick | Event to be handled: Code of double click on left button. | Process property |
trtLeftButtonDown | Event to be handled: Code of left button down. | Process property |
trtLeftButtonUp | Event to be handled: Code of left button up. | Process property |
trtLineDisplay | Event to be handled: Code for displaying a row (Table control only). | ExecuteProcess, Process property |
trtLineEnter | Event to be handled: Entry code of a row (Table control only). | ExecuteProcess, Process property |
trtLineExit | Event to be handled: Exit code of a row (Table control). | ExecuteProcess, Process property |
trtLoad | Event to be handled: Code executed when the page is loaded. | ExecuteProcess |
trtLoadingResourceHTML | Event to be handled: "Load resources" code of an HTML Editor or HTML Display control. | ExecuteProcess, Process property |
trtMenuOption | Event to be handled: Code of menu option. | ExecuteProcess, Process property |
trtMiddleButtonDoubleClick | Event to be handled: Code of double click on middle button. | Process property |
trtMiddleButtonDown | Event to be handled: Code of middle button down. | Process property |
trtMiddleButtonUp | Event to be handled: Code of middle button up. | Process property |
trtModificationColumnFilter | Event to be handled: Code "Whenever modifying the filter (user input in header)" of a Table Column control. | ExecuteProcess, Process |
trtModificationSpreadsheetCell | Event to be handled: "Cell modification" code of Spreadsheet control. | ExecuteProcess, Process property |
trtMouseWheel | Event to be handled: Code for using the mouse wheel | Process property |
trtMoveDiagShape | Event to be handled: "Move a shape" code in a Diagram Editor control. | ExecuteProcess, Process property |
New in version 28trtMoveKanbanCard | Event to be handled: Code executed when the user moves a card in a Kanban control. | ExecuteProcess, Process property |
trtMoveOrganizerApt | Event to be handled: Code executed when the user moves an appointment in an Organizer control. | ExecuteProcess, Process property |
trtMoveScheduleApt | Event to be handled: Code executed when the user moves an appointment in a Scheduler control. | ExecuteProcess, Process property |
trtMoveWidget | Event to be handled: "Moving a widget" code of Dashboard control. | ExecuteProcess, Process property |
trtMoveWindow | Event to be handled: Code for moving the window. | Process property |
trtOpening | Event to be handled: Code for initializing a window, a page or a report. | ExecuteProcess, Process property |
trtOrganizerInputExitApt | Event to be handled: Code executed when the user leaves the input field of an appointment in an Organizer control. | ExecuteProcess, Process property |
trtPostPrint | Event to be handled: "Post-print" code of block. | ExecuteProcess, Process property |
trtPrePrint | Event to be handled: "Pre Print" code of control or block. | ExecuteProcess, Process property |
trtProcedure | Event to be handled: the procedure. Finds a procedure among the project procedures. | ExecuteProcess SeekProcedure |
trtProjectProcedure | Event to be handled: Procedure of project hosting the component. Finds a procedure among the procedures of host project of component. | ExecuteProcess SeekProcedure |
trtPullToRefresh | Event to be handled: "Pull to refresh" code of a Table or Looper control. | ExecuteProcess, Process property |
trtReadData | Event to be handled: Code executed when the report data is read. | ExecuteProcess, Process property |
trtReadFirst | Event to be handled: Code for reading the first record (Table control). | ExecuteProcess, Process property |
trtReadLast | Event to be handled: Code for reading the last record (Table control). | ExecuteProcess, Process property |
trtReadNext | Event to be handled: Code for reading the next record (Table control). | ExecuteProcess, Process property |
trtReadPrevious | Event to be handled: Code for reading the previous record (Table control). | ExecuteProcess, Process property |
trtReassignResourceScheduleApt | Event to be handled: Code executed when an appointment is reassigned in a Scheduler control. | ExecuteProcess |
trtRefreshRibbon | Event to be handled: Code executed when the ribbon of the PDF Reader or Word Processing control is refreshed. | ExecuteProcess |
trtRequestRefresh | Event to be handled: "Request for updating the display" code. | ExecuteProcess, Process property |
trtReset | Event to be handled: Code for page reset. | ExecuteProcess |
trtResize | Event to be handled: Code executed when the window is resized. | ExecuteProcess, Process property |
trtResizeDiagShape | Event to be handled: "Resize a shape" code in a Diagram Editor control. | ExecuteProcess, Process property |
trtResizeOrganizerApt | Event to be handled: Code executed when an appointment is resized in an Organizer control. | ExecuteProcess |
trtResizeScheduleApt | Event to be handled: Code executed when an appointment is resized in a Scheduler control. | ExecuteProcess, Process property |
trtResizeWidget | Event to be handled: "Resizing a Widget" code of Dashboard control. | ExecuteProcess, Process property |
trtRightButtonDoubleClick | Event to be handled: Code of double click on right button. | Process property |
trtRightButtonDown | Event to be handled: Code of right button down. | Process property |
trtRightButtonUp | Event to be handled: Code of right button up. | Process property |
trtRightClick | Event to be handled: Right click code, code of button associated with the right click in the window. | ExecuteProcess, Process property |
trtRightClickHTMLLink | Event to be handled: "Right click on a link" code of an HTML Display control. | ExecuteProcess, Process property |
trtRollover | Event to be handled: Hover code of the control. | Process property |
trtScheduleInputExitApt | Event to be handled: Code executed when the user leaves the input field of an appointment in a Scheduler control. | ExecuteProcess, Process property |
trtScroll | Event to be handled: Code for scrolling the page. | ExecuteProcess |
trtSelectDiagShape | Event to be handled: "Select a shape" code in a Diagram Editor control. | ExecuteProcess, Process property |
trtSelection | Event to be handled: Selection code (Combo Box, List Box and Table control). | ExecuteProcess, Process property |
trtSelectOrganizerApt | Event to be handled: Code executed when an appointment is selected in an Organizer control. | ExecuteProcess, Process property |
trtSelectOrganizerPeriod | Event to be handled: Code executed when a time range is selected in an Organizer control. | ExecuteProcess, Process property |
trtSelectScheduleApt | Event to be handled: Code executed when an appointment is selected in a Scheduler control. | ExecuteProcess, Process property |
trtSelectSchedulePeriod | Event to be handled: Code executed when a time range is selected in a Scheduler control. | ExecuteProcess, Process property |
trtSliderChange | Event to be handled: "Whenever modified" code of Slider control | ExecuteProcess, Process property |
trtSpinMinus | Event to be handled: Code executed when the value increases in a Spin control. | ExecuteProcess, Process property |
trtSpinPlus | Process to run: Code executed when the value decreases in a Spin control. | ExecuteProcess, Process property |
trtStartLoadingHTMLPage | Event to be handled: "Before loading the HTML page" code of an HTML Display control. | ExecuteProcess, Process property |
New in version 28trtStartMovingKanbanCard | Event to be handled: Code executed when the user starts moving a card in a Kanban control. | ExecuteProcess, Process property |
trtSubmit | Event to be handled: Code for page submit. | ExecuteProcess, Process property |
trtSystemButton | Event to be handled: "Before closing with OK/Close button" code. | ExecuteProcess, Process property |
trtSystemKeyDown | Event to be handled: System Key Down code. | Process property |
trtSystemKeyPressed | Event to be handled: System Key Pressed code. | Process property |
trtSystemKeyUp | Event to be handled: System Key Up code. | Process property |
trtUnload | Event to be handled: Code executed when the page is unloaded. | ExecuteProcess |
trtUpdateUI | Event to be handled: "Request for updating the display" code. | ExecuteProcess, Process property |
trtValueAssignment | Event to be handled: Code for assigning the Value property of the Web Component control. | ExecuteProcess, Process property |
trtValueRetrieval | Event to be handled: Code executed when the Value property of a Web Component control is retrieved. | ExecuteProcess, Process property |
trtVerticalScroll | Event to be handled: "Vertical scrollbar" code (Scrollbar control only). | Process property |
trtWinEdChangeSize | Event to be handled: Code run when resizing a control in "Edit by the user" mode. | Process property |
trtWinEdMove | Event to be handled: Code run when moving a control in "Edit by the user" mode. | Process property |
trtWinEdSelection | Event to be handled: Code run when selecting a control in "Edit by the user" mode. | Process property |
trtZoomModification | Event to be handled: Code executed when the zoom value changes in a Range Slider control. | ExecuteProcess, Process property |
versionFramework | Returns the version number of PC SOFT framework. | WINDEVVersion |
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 |