ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Various constants
ConstantUseFunction and/or property
apArrayBaseIndexSets the start index of arrays sent to ActiveX or Automation objects.
AutomationParameter
apArrayByValueForces the arrays sent to ActiveX or Automation objects to be passed by value.AutomationParameter
apBinaryStringMode for retrieving the binary strings of OLE Automation.AutomationParameter
ccGlobalLoad 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
ccIsolatedLoad 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
ciCaptionRequested information: Caption of the external component.ComponentInfo
ciCompanyRequested information: Company that publishes the external component (same as ciOwner).ComponentInfo
ciCompatibleVersionRequested information: Compatible version of the external component.ComponentInfo
ciCopyrightRequested information: Copyright of the external component.ComponentInfo
ciGenerationDateRequested information: Date on which the external component or library was generated.ComponentInfo
ciGlobalCommponentRequested information: Load mode of the external component (global or isolated external component).ComponentInfo
ciInternalVersionRequested information: WINDEV or WEBDEV version that was used to create the external component.ComponentInfo
ciLoadedAtStartupRequested information: Load (or not) the external component as soon as the project is started.ComponentInfo
ciLogicalNameRequested information: Logical name of the external component.ComponentInfo
ciOwnerRequested information: Company that publishes the external component.ComponentInfo
ciPatchNumberRequested information: Number of first patch accepted by the external component.ComponentInfo
ciPhysicalNameRequested information: Name of physical file associated with the external component.ComponentInfo
ciProjectVersionRequested information: Version of the external component that was used to compile the project.ComponentInfo
cisAbsentStatus report for loading the component: The specified component is known by the project but is not in the specified path.ComponentLoad,
ComponentInfo
cisLoadedStatus report for loading the component: The external component was successfully loaded.ComponentLoad,
ComponentInfo
cisReadyStatus report for loading the external component: WDK file ready to be used.ComponentLoad,
ComponentInfo
ciStatusRequested information: Status of the external component.ComponentInfo
cisUnknownRequested information: Status of the external component: The external component is unknown to the projectComponentInfo
cisVersionTooOldStatus 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
cisVersionTooRecentStatus 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
ciVersionRequested information: Actual version of the external component.ComponentInfo
claParentLoad mode of the external component: All the external project components are loaded from an internal component.ComponentLoadAll
claProjectAll the components used by the project are loaded. The components used by the components themselves are not loaded.ComponentLoadAll
claRecursiveAll components used by the project and all components used by the components themselves are loaded.ComponentLoadAll
CollapseExpandBranchEvent to be handled: Collapsed/Expanded code of a branch node in a TreeView or TreeView Table control.ExecuteProcess,
Process property
colSetDarkThe returned color is chosen among a set of darker colors (suitable for the TreeMap control for example).GetColor
colSetDefaultThe returned color is chosen among a set of standard colors.GetColor
colSetPaletteThe returned color is chosen among the set of colors defined for the current palette. GetColor
colSetPastelThe returned color is chosen among a set of lighter colors.GetColor
colSetTemplateThe returned color is chosen among the set of colors defined for the current skin template.GetColor
CompressGaugeTo 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
CreateQueryOpens Reports & Queries and starts the query creation wizard.RunReportsAndQueries
CreateReportOpens Reports & Queries and starts the report creation wizard.RunReportsAndQueries
diffBinaryBinary comparison of files.diffCreate
diffFilePCSBinary comparison of files optimized for the files created by WINDEV, WEBDEV and WINDEV Mobile.diffCreate
diffMaxPercentageComparison of files with a maximum percentage of differences.
This constant can be combined with diffBinary, diffFilePCS or diffText.
diffCreate
DisableOptimizedExecutionJITc (Just In Time compilation) is disabled.ExecutionMode
ExternalCallsOptimizedOptimizes the management of external calls to procedures.ExecutionMode
ForceDestructorNonDynamicObjectForces the destruction of non-dynamic objects (even if a strong reference was taken). ExecutionMode
ForceDestructorNonDynamicObjectForces the destruction of non-dynamic objects (even if a strong reference was taken). ExecutionMode
fromFileThe RSS stream to load is contained in a file.rssInitialize
fromStringThe RSS stream to load is contained in a character string.rssInitialize
fromURLThe RSS stream to load is accessible by a URL.rssInitialize
gtAuthorizationCodeType of authorization: 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
gtClientCredentialsType of authorization: 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
guidFormattedThe GUID is formatted for a display with separators.GetGUID
guidRough256The GUID corresponds to a sequence of 32 hexadecimal characters.GetGUID
guidRoughThe GUID corresponds to a sequence of 16 hexadecimal characters.GetGUID
inMemoryMakes it possible to save images in memory.dSaveImageBMP,
dSaveImageGIF,
dSaveImageJPEG,
dSaveImagePNG,
TwainToBMP,
TwainToGIF,
TwainToJPEG,
TwainToPDF,
TwainToTIFF
New in version 2024
jwtHS256
Encryption algorithm used: HS256 algorithm (corresponds to HMAC encryption combined with SHA 256 encryption).
New in version 2024
JWTParameters type
New in version 2024
jwtRS256
Encryption algorithm used: RS256 algorithm (corresponds to RSA encryption combined with SHA 256 encryption).
New in version 2024
JWTParameters type
lcAllInformation to retrieve: The entire information about countries.GetCountryList
lcAlpha2CodeInformation to retrieve: Alphabetical ISO code of country on 2 characters.GetCountryList
lcAlpha3CodeInformation to retrieve: Alphabetical ISO code of country on 3 characters.GetCountryList
lcCaptionInformation to retrieve: Caption of country.GetCountryList
lcNationInformation to retrieve: Constant of country for the Nation function.GetCountryList
lcNumericCodeInformation to retrieve: Numeric ISO code of country.GetCountryList
modeFormerOperatingModeDurationThe Duration properties keep the operating mode used in version 12.ExecutionMode
Nil_UUIDEmpty 128-bit UUID. UUID variable
Nil_UUID_256Empty 256-bit UUID. UUID variable
NormalModeThe errors that occurred generate error messages (WINDEV 11 or WEBDEV 11 mode).ExecutionMode
oauth2ResponseTypeCodeType of response expected: The response is of type "Token".OAuth2Parameters
oauth2ResponseTypeTokenType of response expected: The response is of type "Code".OAuth2Parameters
odFailureStatus report of document opening: The document was not opened.OpenDocument
odOpenModifiedStatus report of document opening: The document was opened and modified.OpenDocument
OpenDocumentAsynchronous
odOpenNotModifiedStatus report of document opening: The document was opened but it was not modified.OpenDocument
OpenDocumentAsynchronous
odOptionHidePaneDocument 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
odOptionMaxWindowDocument opening options: Document opened in read/write in a maximized window.OpenDocument
OpenDocumentAsynchronous
odOptionNoneDocument opening options: Document opened in read/write in a non-maximized window.OpenDocument
OpenDocumentAsynchronous
PicOpen
<Image editor>.Open
odOptionReadOnlyDocument opening options: Document opened in read-only. OpenDocument
OpenDocumentAsynchronous
PicOpen
<Image editor>.Open
PermissiveModeThe errors that occurred are ignored (WINDEV 5.5 or WEBDEV 1.5 mode).ExecutionMode
scAnyColorOptions for displaying the window for color selection:
All the colors are allowed.
SelectColor
scHelpOptions for displaying the window for color selection:
Enables the help button.
SelectColor
scInitOptions for displaying the window for color selection:
The color selected by default corresponds to the color passed as parameter.
SelectColor
scNotPersoColorOptions for displaying the window for color selection:
The custom color creation button is dimmed.
SelectColor
scPersoColorOptions for displaying the window for color selection:
Enables the button for creating custom colors.
SelectColor
scSolidColorOptions for displaying the window for color selection:
Only non-hatched colors are allowed.
SelectColor
scSystemOptions for displaying the window for color selection
Displays the standard window for color selection of Windows.
SelectColor
sdcgDefaultText is drawn using the default style (grey debossed text).StyleDrawCaptionGrayed
sdcgMonochromeText is drawn using the specified color.StyleDrawCaptionGrayed
styleGrayedIconGradientManage the display of grayed images.DrawingStyle
styleImageLowQualityConfigure the load mode of large images (priority given to load time or to quality).DrawingStyle
styleIndentBorderOverlapConfigures the number of pixels between the text and the border in the "overlap" display mode.DrawingStyle
styleTranslucentWinBorderManage the display of translucent border of windows.DrawingStyle
tmPageTest run from a page Go.InTestMode
tmProcedureTest run from a procedure Go.InTestMode
tmProjectTest run from a project Go.InTestMode
tmQueryTest run from a query Go.InTestMode
tmReportTest run from a report Go.InTestMode
tmTestTest run from the Go of an automated test.InTestMode
tmWindowTest run from a window Go.InTestMode
trtActionEvent to be handled: Action code of the Web Component control. ExecuteProcess,
Process property
trtAddDiagShapeEvent to be handled: "Add a shape" code in a Diagram Editor control.ExecuteProcess,
Process property
trtAddKanbanCardEvent to be handled: Code executed when a card is added in a Kanban control.ExecuteProcess,
Process property
trtAddTokenEvent to be handled: "Add token" code of a "Text token" Edit control.ExecuteProcess,
Process property
trtAddWidgetEvent to be handled: "Adding a widget" code of Dashboard control.ExecuteProcess,
Process property
trtAfterOpeningDocumentEvent to be handled: "After opening a document" code of the Word Processing, Image Editor, Spreadsheet and PDF Reader controls.ExecuteProcess,
Process property
trtBeforeClosingDocumentEvent to be handled: "Before closing a document" code of the Word Processing, Image Editor, Spreadsheet and PDF Reader controls.ExecuteProcess,
Process property
trtBeforeClosingWindowEvent to be handled: "Allow closing" code of a window.ExecuteProcess,
Process property
trtBeforeCreatingOrganizerAptEvent to be handled: "Before creating the appointment" code of the Organizer control.ExecuteProcess,
Process property
trtBeforeCreatingScheduleAptEvent to be handled: "Before creating the appointment" code of Scheduler control.ExecuteProcess,
Process property
trtChangeEvent to be handled: "Whenever modified" code of control, modification code of window.ExecuteProcess,
Process property
trtChangeDiagShapeEvent to be handled: "Change a shape" code in a Diagram Editor control.ExecuteProcess,
Process property
trtChangeLayoutEvent to be handled: "Change of layout" code of a window.ExecuteProcess,
Process property
trtChangeOrganizerPeriodEvent to be handled: "Whenever changing period" code of Organizer control.ExecuteProcess,
Process property
trtChangePlaneEvent to be handled: "Whenever changing plane" code of Scrolling Banner controlExecuteProcess,
Process property
trtChangePositionMapEvent to be handled: "Whenever changing position" code of Map control.ExecuteProcess,
Process property
trtChangeSchedulePeriodEvent to be handled: "Whenever changing period" code of Scheduler control.ExecuteProcess,
Process property
trtChangeSliceEvent to be handled: Code "Whenever changing slice" of a page in "Responsive Web Design" mode.ExecuteProcess
trtClickEvent to be handled: Click code of control, code of button associated with the window click.ExecuteProcess,
Process property
trtClickButtonArrowEvent to be handled: Click code on the arrow associated with a button.ExecuteProcess,
Process property
New in version 2024
trtClickButtonEditControlLeft
Event to be handled: edit control left button click code . ExecuteProcess,
Process property
New in version 2024
trtClickButtonEditControlRight
Event to be handled: Right click code for edit control. ExecuteProcess,
Process property
trtClickHTMLLinkEvent to be handled: "Click on a link" code of an HTML Display control.ExecuteProcess,
Process property
trtClickTokenEvent to be handled: Code for clicking on a token in a "Text token" Edit control. .ExecuteProcess,
Process property
trtClosingEvent to be handled: Code for closing the window, the page or the report.ExecuteProcess,
Process property
trtCollapseExpandBreakEvent to be handled: Collapsed/Expanded code of a break in a Table or Looper control.ExecuteProcess,
Process property
trtCollapseExpandDrawerEvent to be handled: Collapsed/Expanded code of a Drawer control (browser code). ExecuteProcess,
Process property
trtComboClosingEvent to be handled: Code for closing the drop-down list in a Combo Box control.ExecuteProcess,
Process property
trtComboOpeningEvent to be handled: Code for opening the drop-down list of combo box.ExecuteProcess,
Process property
trtDelayedPlaneLoadEvent to be handled: Code for delayed plane load.ExecuteProcess
trtDeleteDiagShapeEvent to be handled: "Delete a shape" code in a Diagram Editor control.ExecuteProcess,
Process property
trtDeleteKanbanCardEvent to be handled: Code executed when a card is deleted from a Kanban control.ExecuteProcess,
Process property
trtDeleteOrganizerAptEvent to be handled: Code executed when an appointment is deleted from an Organizer control.ExecuteProcess,
Process property
trtDeleteScheduleAptEvent to be handled: Code executed when an appointment is deleted from a Scheduler control.ExecuteProcess,
Process property
trtDeleteTokenEvent to be handled: "Delete token" code of a "Text token" Edit control.ExecuteProcess,
Process property
trtDeleteWidgetEvent to be handled: Code executed when a widget is deleted from a Dashboard control.ExecuteProcess,
Process property
trtDisplayContextMenuEvent to be handled: "Before creating the appointment" code of the Organizer control.
Process property
trtDoubleClickEvent to be handled: Double click code, code of the button associated with the double click in the window.ExecuteProcess,
Process property
trtEndChangeEvent to be handled: "End of modification" code (Slider and Scrollbar control).ExecuteProcess,
Process property
trtEndInitializationEvent to be handled: "End of initialization" code (List Box, Table and Combo Box control based on a data file).ExecuteProcess,
Process property
trtEndLoadingHTMLPageEvent to be handled: "After loading the HTML page" code of an HTML Display control.ExecuteProcess,
Process property
trtEndMovingKanbanCardEvent to be handled: Code executed when the user stops moving a card in a Kanban control.ExecuteProcess,
Process property
trtEnterEvent to be handled: Entry code of the control.ExecuteProcess,
Process property
trtEnterInputOrganizerAptEvent to be handled: Code executed when the user enters an appointment in an Organizer control.ExecuteProcess,
Process property
trtEnterInputSchedulerAptEvent to be handled: Code executed when the user enters an appointment in a Scheduler control.ExecuteProcess,
Process property
trtEnterRolloverEvent to be handled: Mouse enter optional code in a Table control.Process property
trtExitEvent to be handled: Exit code of the control.ExecuteProcess,
Process property
trtExitRolloverEvent to be handled: Mouse leave code in a Table control.Process property
trtFilterEvent to be handled: Code executed when the report data is filtered.ExecuteProcess,
Process property
trtGetFocusEvent to be handled: Code executed when the window gains focus.ExecuteProcess,
Process property
trtHorizontalScrollEvent to be handled: "Horizontal scrollbar" code (Scrollbar control only).Process property
trtInitEvent to be handled: Code for initializing the control, the window, the page or the report.ExecuteProcess,
Process property
trtKanbanCardDetailsEvent to be handled: Code executed when the details of a card are displayed in a Kanban control.ExecuteProcess,
Process property
trtKeyDownEvent to be handled: Key Down code.Process property
trtKeyPressedEvent to be handled: Key Pressed code.Process property
trtKeyUpEvent to be handled: Key Up code.Process property
trtKillFocusEvent to be handled: Code executed when the window loses focus.ExecuteProcess,
Process property
trtLeftButtonDoubleClickEvent to be handled: Code of double click on left button.Process property
trtLeftButtonDownEvent to be handled: Code of left button down.Process property
trtLeftButtonUpEvent to be handled: Code of left button up.Process property
trtLineDisplayEvent to be handled: Code for displaying a row (Table control only).ExecuteProcess,
Process property
trtLineEnterEvent to be handled: Entry code of a row (Table control only).ExecuteProcess,
Process property
trtLineExitEvent to be handled: Exit code of a row (Table control).ExecuteProcess,
Process property
trtLoadEvent to be handled: Code executed when the page is loaded.ExecuteProcess
trtLoadingResourceHTMLEvent to be handled: "Load resources" code of an HTML Editor or HTML Display control.ExecuteProcess,
Process property
trtMenuOptionEvent to be handled: Code of menu option.ExecuteProcess,
Process property
trtMiddleButtonDoubleClickEvent to be handled: Code of double click on middle button.Process property
trtMiddleButtonDownEvent to be handled: Code of middle button down.Process property
trtMiddleButtonUpEvent to be handled: Code of middle button up.Process property
trtModificationColumnFilterEvent to be handled: Code "Whenever modifying the filter (user input in header)" of a Table Column control.ExecuteProcess,
Process
trtModificationSpreadsheetCellEvent to be handled: "Cell modification" code of Spreadsheet control.ExecuteProcess,
Process property
trtMouseWheelEvent to be handled: Code for using the mouse wheelProcess property
trtMoveDiagShapeEvent to be handled: "Move a shape" code in a Diagram Editor control.ExecuteProcess,
Process property
trtMoveKanbanCardEvent to be handled: Code executed when the user moves a card in a Kanban control.ExecuteProcess,
Process property
trtMoveOrganizerAptEvent to be handled: Code executed when the user moves an appointment in an Organizer control.ExecuteProcess,
Process property
trtMoveScheduleAptEvent to be handled: Code executed when the user moves an appointment in a Scheduler control.ExecuteProcess,
Process property
trtMoveWidgetEvent to be handled: "Moving a widget" code of Dashboard control.ExecuteProcess,
Process property
trtMoveWindowEvent to be handled: Code for moving the window.Process property
trtOpeningEvent to be handled: Code for initializing a window, a page or a report.ExecuteProcess,
Process property
trtOrganizerInputExitAptEvent to be handled: Code executed when the user leaves the input field of an appointment in an Organizer control.ExecuteProcess,
Process property
trtPostPrintEvent to be handled: "Post-print" code of block.ExecuteProcess,
Process property
trtPrePrintEvent to be handled: "Pre Print" code of control or block.ExecuteProcess,
Process property
trtProcedureEvent to be handled: the procedure.
Finds a procedure among the project procedures.
ExecuteProcess
SeekProcedure
trtProjectProcedureEvent to be handled: Procedure of project hosting the component.
Finds a procedure among the procedures of host project of component.
ExecuteProcess
SeekProcedure
trtPullToRefreshEvent to be handled: "Pull to refresh" code of a Table or Looper control.ExecuteProcess,
Process property
trtReadDataEvent to be handled: Code executed when the report data is read.ExecuteProcess,
Process property
trtReadFirstEvent to be handled: Code for reading the first record (Table control).ExecuteProcess,
Process property
trtReadLastEvent to be handled: Code for reading the last record (Table control).ExecuteProcess,
Process property
trtReadNextEvent to be handled: Code for reading the next record (Table control).ExecuteProcess,
Process property
trtReadPreviousEvent to be handled: Code for reading the previous record (Table control).ExecuteProcess,
Process property
trtReassignResourceScheduleAptEvent to be handled: Code executed when an appointment is reassigned in a Scheduler control.ExecuteProcess
trtRefreshRibbonEvent to be handled: Code executed when the ribbon of the PDF Reader or Word Processing control is refreshed.ExecuteProcess
trtRequestRefreshEvent to be handled: "Request for updating the display" code.ExecuteProcess,
Process property
trtResetEvent to be handled: Code for page reset.ExecuteProcess
trtResizeEvent to be handled: Code executed when the window is resized.ExecuteProcess,
Process property
trtResizeDiagShapeEvent to be handled: "Resize a shape" code in a Diagram Editor control.ExecuteProcess,
Process property
trtResizeOrganizerAptEvent to be handled: Code executed when an appointment is resized in an Organizer control.ExecuteProcess
trtResizeScheduleAptEvent to be handled: Code executed when an appointment is resized in a Scheduler control.ExecuteProcess,
Process property
trtResizeWidgetEvent to be handled: "Resizing a Widget" code of Dashboard control.ExecuteProcess,
Process property
trtRightButtonDoubleClickEvent to be handled: Code of double click on right button.Process property
trtRightButtonDownEvent to be handled: Code of right button down.Process property
trtRightButtonUpEvent to be handled: Code of right button up.Process property
trtRightClickEvent to be handled: Right click code, code of button associated with the right click in the window.ExecuteProcess,
Process property
trtRightClickHTMLLinkEvent to be handled: "Right click on a link" code of an HTML Display control.ExecuteProcess,
Process property
trtRolloverEvent to be handled: Hover code of the control.Process property
trtScheduleInputExitAptEvent to be handled: Code executed when the user leaves the input field of an appointment in a Scheduler control.ExecuteProcess,
Process property
trtScrollEvent to be handled: Code for scrolling the page.ExecuteProcess
trtSelectDiagShapeEvent to be handled: "Select a shape" code in a Diagram Editor control.ExecuteProcess,
Process property
trtSelectionEvent to be handled: Selection code (Combo Box, List Box and Table control).ExecuteProcess,
Process property
trtSelectOrganizerAptEvent to be handled: Code executed when an appointment is selected in an Organizer control.ExecuteProcess,
Process property
trtSelectOrganizerPeriodEvent to be handled: Code executed when a time range is selected in an Organizer control.ExecuteProcess,
Process property
trtSelectScheduleAptEvent to be handled: Code executed when an appointment is selected in a Scheduler control.ExecuteProcess,
Process property
trtSelectSchedulePeriodEvent to be handled: Code executed when a time range is selected in a Scheduler control.ExecuteProcess,
Process property
trtSliderChangeEvent to be handled: "Whenever modified" code of Slider controlExecuteProcess,
Process property
trtSpinMinusEvent to be handled: Code executed when the value increases in a Spin control.ExecuteProcess,
Process property
trtSpinPlusProcess to run: Code executed when the value decreases in a Spin control.ExecuteProcess,
Process property
trtStartLoadingHTMLPageEvent to be handled: "Before loading the HTML page" code of an HTML Display control.ExecuteProcess,
Process property
trtStartMovingKanbanCardEvent to be handled: Code executed when the user starts moving a card in a Kanban control.ExecuteProcess,
Process property
trtSubmitEvent to be handled: Code for page submit.ExecuteProcess,
Process property
trtSystemButtonEvent to be handled: "Before closing with OK/Close button" code.ExecuteProcess,
Process property
trtSystemKeyDownEvent to be handled: System Key Down code.Process property
trtSystemKeyPressedEvent to be handled: System Key Pressed code.Process property
trtSystemKeyUpEvent to be handled: System Key Up code.Process property
trtUnloadEvent to be handled: Code executed when the page is unloaded.ExecuteProcess
trtUpdateUIEvent to be handled: "Request for updating the display" code.ExecuteProcess,
Process property
trtValueAssignmentEvent to be handled: Code for assigning the Value property of the Web Component control. ExecuteProcess,
Process property
trtValueRetrievalEvent to be handled: Code executed when the Value property of a Web Component control is retrieved. ExecuteProcess,
Process property
trtVerticalScrollEvent to be handled: "Vertical scrollbar" code (Scrollbar control only).Process property
trtWinEdChangeSizeEvent to be handled: Code run when resizing a control in "Edit by the user" mode.Process property
trtWinEdMoveEvent to be handled: Code run when moving a control in "Edit by the user" mode.Process property
trtWinEdSelectionEvent to be handled: Code run when selecting a control in "Edit by the user" mode.Process property
trtZoomModificationEvent to be handled: Code executed when the zoom value changes in a Range Slider control.ExecuteProcess,
Process property
versionFrameworkReturns the version number of PC SOFT framework.WINDEVVersion
versionLanguageReturns the language of the PC SOFT framework.WINDEVVersion
versionVMWINDEVVersion
WaitIfEmptyWaits for an element to be added into the stack or queue by another thread.Dequeue, Pop
New in version 2024
WLangageCodeKeywordLowercase
Break to use for keywords: Keywords are in lower case.
New in version 2024
WLanguageCodeFormatting type
New in version 2024
WLangageCodeKeywordUppercase
Break to use for keywords: Keywords are capitalized.
New in version 2024
WLanguageCodeFormatting type
New in version 2024
WLanguageCodeFormatHTML
Geometry code format : Text in HTML format.
New in version 2024
WLanguageCodeFormatting type
New in version 2024
WLanguageCodeFormatText
Geometry code format : Simple text.
New in version 2024
WLanguageCodeFormatting type
New in version 2024
WLanguageCodeThemeDark
Theme used for coloring: Use of the dark theme.
New in version 2024
WLanguageCodeFormatting type
New in version 2024
WLanguageCodeThemeGray
Theme used for coloring: Use of the gray theme.
New in version 2024
WLanguageCodeFormatting type
New in version 2024
WLanguageCodeThemeLight
Theme used for coloring: Use of the clear theme.
New in version 2024
WLanguageCodeFormatting type
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/04/2024

Send a report | Local help