ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
Constants used by properties associated with windows, reports, pages and controls
ConstantDescriptionUsed by properties/functions
ActiveElement state: The element is active/visibleState property
InitialState property
adjustmentModeColumnsAdjustment mode of a Spreadsheet control: All the columns are adjusted to the control width.
This constant corresponds to adjustmentModeColumns in previous versions.
AdjustmentMode property
adjustmentModeNoneAdjustment mode of a Spreadsheet control: No scaling is performed.
This constant corresponds to iPaneMiniatures in previous versions.
AdjustmentMode property
adjustmentModeRowsAdjustment mode of a Spreadsheet control: All the rows are adjusted to the control height.
This constant corresponds to adjustmentModeRows in previous versions.
AdjustmentMode property
adjustmentModeRowsAndColumnsAdjustment mode of a Spreadsheet control: The worksheet is adjusted to the dimensions of Spreadsheet control.
This constant corresponds to adjustmentModeRowsAndColumns in previous versions.
AdjustmentMode property
anchorBottomAnchoring characteristics of control: Anchor to bottom.Anchor property
anchorHeightAnchoring characteristics of control: Anchor to top.Anchor property
anchorRightAnchoring characteristics of control: Anchor to right.Anchor property
anchorTopLeftAnchoring characteristics of control: Anchor to top and left.Anchor property
anchorWidthAnchoring characteristics of control: Anchor in width.Anchor property
atcAdaptInHeightWhen the control content changes, it adapts to the new content vertically. AnchorToContent property
atcAdaptInWidthWhen the control content changes, it adapts to the new content horizontally. AnchorToContent property
atcNoneWhen the control content changes, the control is not resized. AnchorToContent property
BlurMode used to hide a control in a report: the control is blurred.Hidden property
BottomToTopOrientation of the Organization chart: The root element of the organization chart is at the bottom of the control, and its children are at the top.ElementOrientation property
btnCancelType of button: Cancel button.ButtonType property
btnHelpType of button: Help button.ButtonType property
btnInterruptionType of button: Interruption button.ButtonType property
btnNormalType of button: Normal button.ButtonType property
btnValidateType of button: Validation button.ButtonType property
camBackCameraCamera used: Back camera of the phoneCamera property
camFlashAutoPhone camera flash management mode: Flash fired automatically according to the light conditions.Flash property
camFlashOffPhone camera flash management mode: Flash is always off.Flash property
camFlashOnPhone camera flash management mode: Flash is always on.Flash property
camFrontCameraCamera used: Front camera of the phoneCamera property
camHomotheticPreview display mode: Scales the preview, respecting the aspect ratio of the source image, so that the preview is fully contained and aligned to the top-left corner of the control.DisplayModePreview property
camHomotheticCenteredPreview display mode: Scales the preview, respecting the aspect ratio of the source image, so that the preview is fully contained and centered in the control.DisplayModePreview property
camHomotheticCenteredExtendedPreview display mode: Scales the preview, respecting the aspect ratio of the source image, so that the preview is centered and fills the entire control.DisplayModePreview property
camHomotheticExtendedPreview display mode: Scales the preview, respecting the aspect ratio of the source image, so that the preview is aligned to the top-left corner and fills the entire control.DisplayModePreview property
camTorchAutoPhone camera torch management mode: Torch turned on automatically according to the light conditions.Torch property
camTorchOffPhone camera torch management mode: The torch is always off.Torch property
camTorchOnPhone camera torch management mode: The torch is always on.Torch property
ContextMenuDisabledDisables the system and Euro popup menus.ContextMenu property
ContextMenuSystemUsed to disable the display of menu options specific to the AAFs (Automatic Application Features). Only the Windows context menu is displayed.
Also allows you to access the Unicode options available for some Windows systems ("Read from right to left, Display the Unicode control characters, ...").
ContextMenu property
csCircleStyle of the checkmark of a menu option: Round check icon. CheckMarkStyle property
csDefaultStyle of the checkmark of a menu option: Default checkmark. CheckMarkStyle property
curArrowPreset cursor: Standard arrowMouseCursor property
curArrowForbiddenPreset cursor: Arrow and sign not allowedMouseCursor property
curArrowWaitPreset cursor: Arrow and hourglassMouseCursor property
curAutomaticPreset cursor: Automatic cursor: the cursor is inherited if a parent element is associated with a specific cursor, otherwise the default cursor defined for the control is used.MouseCursor property
curCrossPreset cursor: Standard crossMouseCursor property
curDefaultDefault cursor associated with the controlMouseCursor property
curForbiddenPreset cursor: Sign not allowedMouseCursor property
curHandPreset cursor: HandMouseCursor property
curHelpPreset cursor: Help about an elementMouseCursor property
curIbeamPreset cursor: Input cursorMouseCursor property
curSizePreset cursor: Cross Arrow cursorMouseCursor property
curSizeColumnPreset cursor: Cursor for resizing columnsMouseCursor property
curSizeNESWPreset cursor: North East/South West arrowMouseCursor property
curSizeNSPreset cursor: North South arrowMouseCursor property
curSizeNWSEPreset cursor: North West/South East arrowMouseCursor property
curSizeRowPreset cursor: Cursor for resizing rowsMouseCursor property
curSizeWEPreset cursor: West East arrowMouseCursor property
curSystemHandPreset cursor: System hand
In NT4, this cursor is identical to curHand.
MouseCursor property
curUpArrowPreset cursor: Up arrowMouseCursor property
curWaitPreset cursor: HourglassMouseCursor property
dbAlwaysVisiblePosition of delete button: The delete button is always displayed.DeleteButton property
dbinEditPosition of delete button: The delete button is displayed when the edit control is in edit mode.DeleteButton property
dbNonePosition of delete button: The delete button is not displayed.DeleteButton property
dbOffEditPosition of delete button: The delete button is displayed when the edit control is not in edit mode.DeleteButton property
New in version 28
dfMarkdown
Markdown text.
New in version 28
DisplayFormat
New in version 28
dfPlainText
Text without specific format.
New in version 28
DisplayFormat
New in version 28
dfRTF
Text in RTF.
New in version 28
DisplayFormat
displayModeContinuousDisplay mode: The white space between pages is hidden. DisplayMode property
displayModeHtmlSourceCodeDisplay mode: The HTML source code is displayed in the HTML Editor control. DisplayMode property
displayModeTwoPages
WithCover
Display mode: The document pages are displayed side by side. The first page is set as cover page and is displayed on the right. DisplayMode property
DisplayOnlyElement state: non-modifiable element.
For the Table controls, the user will be able to select a table row. It can also be selected through programming with TableSelectPlus.
State property
InitialState property
dndAutoBehavior of target/source control for "Drag and Drop": Automatic management of Drag and DropDndTarget property
DndSource property
dndInactiveBehavior of target/source control for "Drag and Drop": "Drag and Drop" is disabledDndTarget property
DndSource property
dndProgramBehavior of target/source control for "Drag and Drop": "Drag and Drop" is managed by the developerDndTarget property
DndSource property
doAlwaysDisplay mode of orphans: All the elements will be displayed, even the ones with no parent. For example, all the products will be displayed, even the ones associated with no category.DisplayOrphan property
doAutoDisplay mode of orphans: The display mode is automatic according to the cardinality of the link defined in the analysis.DisplayOrphan property
doNeverDisplay mode of orphans: Only the elements with a parent are displayed. For example, only the products associated with a category will be displayed.DisplayOrphan property
ellipsisDisabledThe "..." characters are not used. The ellipsis is not added.Ellipsis property
ellipsisEndThe "..." characters replace the characters that cannot be displayed at the end of the control.Ellipsis property
ellipsisPathThe "..." characters replace characters in the middle of the text. This constant should be used to display a path to a file.Ellipsis property
filDirectAccessFileControl fill mode: Control with direct access to the data source.FillType property
filFileLoadedInMemoryControl fill mode: Control with in-memory data source.FillType property
filMemoryControl fill mode: Control populated programmatically.FillType property
filVariableControl fill mode: Control based on a WLanguage variable.FillType property
GrayedReport of the element: Grayed elementState property
InitialState property
haCenterHorizontal alignment of a control: Text centeredHorizontalAlignment property, docNumberingLevel variable,
docParagraph variable
haJustifiedHorizontal alignment of a control: Text justifiedHorizontalAlignment property, docParagraph variable
haLeftHorizontal alignment of a control: Text aligned to leftHorizontalAlignment property, docNumberingLevel variable,
docParagraph variable
haNotDefinedHorizontal alignment of a control: Alignment inherited from CSSHorizontalAlignment property
haRightHorizontal alignment of a control: Text aligned to rightHorizontalAlignment property, docNumberingLevel variable,
docParagraph variable
imgAlignHCenteredAlignment mode: Horizontally centeredImageMode property
imgAlignHRightAlignment mode: Bottom vertical alignmentImageMode property
imgAlignVBottomAlignment mode: Vertically centeredImageMode property
imgAlignVCenteredAlignment mode: Horizontal alignment to rightImageMode property
imgCenteredDisplay mode: Image centered in the controlImageMode property,
FolderModeImage property
imgHDisplay mode: Image enlarged or reduced (while respecting the proportions of initial image) to occupy the entire surface of controlImageMode property,
FolderModeImage property
imgHCDisplay mode: Image enlarged or reduced (while respecting the proportions of initial image) to occupy the entire surface of control and centered in the controlImageMode property,
FolderModeImage property
imgHCEDisplay mode: Image enlarged or reduced (by respecting the proportions of initial image) so that the smaller side of image is entirely displayed in the control and centered in the controlImageMode property,
FolderModeImage property
imgHCWISDisplay mode: If the image can be entirely displayed in the control, it is displayed at 100% and centered in the control. Otherwise, the image is proportionally reduced in order to be entirely displayed and centered in the control.ImageMode property,
FolderModeImage property
imgHEDisplay mode: Image enlarged or reduced (while respecting the proportions of initial image) so that the smaller side of image is entirely displayed in the controlImageMode property,
FolderModeImage property
imgHQImage quality: In homothetic mode, used to improve the quality of image when this one is reduced in relation to its initial sizeImageMode property,
FolderModeImage property
imgHWISDisplay mode: If the image can be entirely displayed in the control, it is displayed at 100%. Otherwise, the image is proportionally reduced in order to be entirely displayed.ImageMode property,
FolderModeImage property
imgNormalDisplay mode: Image displayed at 100% in the upper-left corner of the controlImageMode property,
FolderModeImage property
imgNoScaleDisplay mode: In "Large fonts" mode, the image displayed in an Image control is automatically zoomed.
Allows you not to zoom the image in "Large fonts" mode.
This constant is useful for controls where a drawing is performed on a bitmap image coming from a screenshot.
ImageMode property,
FolderModeImage property
imgStretchedDisplay mode: Image stretched across the entire surface of the controlImageMode property,
FolderModeImage property
imgTiledDisplay mode: Image displayed at 100% and tiled to occupy the entire surface of control (tile)ImageMode property,
FolderModeImage property
InvisibleReport of the element: Invisible elementState property
InitialState property
iSignature_CAdES_BCAdES Basic electronic signature format. SignatureMode property, iPrintSignature, PDFSign
iSignature_CAdES_CCAdES C electronic signature format. SignatureMode property, iPrintSignature, PDFSign
iSignature_CAdES_TCAdES Trust token electronic signature format. SignatureMode property, iPrintSignature, PDFSign
iSignature_CAdES_XCAdES X Type 2 electronic signature format. SignatureMode property, iPrintSignature, PDFSign
iSignature_CAdES_XLCAdES XL Type 2 electronic signature format. SignatureMode property, iPrintSignature, PDFSign
iSignature_PKCS7PKCS7 signature format. This is an Adobe standard format not approved by the ETSI and Chorus standards. SignatureMode property, iPrintSignature, PDFSign
layoutHorizontalStackingThe Layout control displays a cell per row, one below the other. Layout property
layoutVerticalStackingThe Layout control displays one cell per column, one next to the other. Layout property
LeftToRightOrientation of the Organization chart: The root element of the organization chart is to the left of the control, and its children are to the right.ElementOrientation property
lldAutomaticDetails of a row found in a table based on a data file: The bindings defined in the analysis are used to find the bound data files to display. RowDetailsBinding property
lldNoneDetails of a row found in a table based on a data file: No binding was defined. No detail is displayed in the Table control based on a data file when clicking the + sign or when double-clicking the row. RowDetailsBinding property
lvmListViewListView displayed in listview mode.ListViewMode property
lvmPanoramaListView displayed in panorama mode.ListViewMode property
lvmSimpleListListView displayed in list box mode.ListViewMode property
mapModePlanDisplay mode of a Map control: road mapMapMode property
mapModeSatelliteDisplay mode of a Map control: satellite modeMapMode property
maskAAlphaNumInput mask: Letter, then letters + digitsDisplayMask property,
InputMask property
maskAAlphaNumUpperInput mask: Uppercase letter, then uppercase letters + digitsDisplayMask property,
InputMask property
maskAddressIPIP address (example: 192.168.2.3).DisplayMask property,
InputMask property
maskAddressIPv6New format for the IP addresses of the following type: aaaa:bbbb:cccc:dddd:eeee:ffff:gggg:hhhh:iiii:jjjjDisplayMask property,
InputMask property
maskAddressMACMAC address in the following format: "aa:bb:cc:dd:ee:ff".DisplayMask property,
InputMask property
maskAlphaInput mask: LettersDisplayMask property,
InputMask property
maskAlphaNumInput mask: Letters + digitsDisplayMask property,
InputMask property
maskAlphaNumUpperInput mask: Letters in uppercase characters + digitsDisplayMask property,
InputMask property
maskAlphaUpperInput mask: Letters in uppercase charactersDisplayMask property,
InputMask property
maskBankAccountNumberBank account number according to the IBAN standard: two letters (country code) + two digits (control key) + 11 to 30 digits/lettersDisplayMask property,
InputMask property
maskBitcoinBitcoin input mask. DisplayMask property,
InputMask property
maskCardNumber
AmericanExpress
Number of credit card for American Express on 15 digits.DisplayMask property,
InputMask property
maskCardNumberMasterCardNumber of credit card for MasterCard on 16 digits.DisplayMask property,
InputMask property
maskCardNumberVisaNumber of credit card for Visa on 16 digits.DisplayMask property,
InputMask property
maskDateEmailThe format used corresponds to the date format of the RFC-5322 standard used to encrypt an email, an RSS feed, ... The result is expressed in the local time zone.DateToString
StringToDate
DisplayMask property
maskDateEmailUTCThe format used corresponds to the date format of the RFC-5322 standard used to encrypt an email, an RSS feed, ... The result is expressed in universal time (UTC).DateToString
StringToDate
DisplayMask property
maskDateInternetThe format used corresponds to the RFC-3339 standard used for international communications. The result is expressed in the local time zone.DateToString
StringToDate
DisplayMask property
maskDateInternetUTCThe format used corresponds to the RFC-3339 standard used for international communications. The result is expressed in universal time (UTC).DateToString
StringToDate
DisplayMask property
maskDateRelativeDurationThis format is used to express the time elapsed (or that will elapse) between today's date and the specified date.DateToString
maskDateSystemThe format used corresponds to the format defined in the project description for the current language.DateToString
maskEmailInput mask: Email addressDisplayMask property,
InputMask property
maskEmailMultipleEmail addresses separated by the ";" character.DisplayMask property,
InputMask property
maskEmailRFC2822Email address checking the syntax defined in the RFC2822 and checking the top level domain when exiting from a control.DisplayMask property,
InputMask property
maskEmailRFC2822MultipleEmail addresses separated by the ";" character. These email addresses check the syntax defined in RFC2822 and the top level domain in control output.DisplayMask property,
InputMask property
maskFileNameInput mask: File name and pathDisplayMask property,
InputMask property
maskFileNoFolderInput mask: File name (without its directories)DisplayMask property,
InputMask property
maskFileSizeNumeric mask for the file and disk sizes.DisplayMask property
InputMask property
maskFUpperInput mask: First letter in uppercase characterDisplayMask property,
InputMask property
maskINSEEInput mask: INSEE numberDisplayMask property,
InputMask property
maskINSEEKeyInput mask: INSEE number + KeyDisplayMask property,
InputMask property
maskISBN10ISBN number on 10 digits.DisplayMask property,
InputMask property
maskISBN13ISBN number on 13 digits.DisplayMask property,
InputMask property
maskLowerInput mask: All in lowercase charactersDisplayMask property,
InputMask property
maskNoneInput mask: No input maskDisplayMask property,
InputMask property
maskNumInput mask: DigitsDisplayMask property,
InputMask property
maskNumPlusInput mask: Digits, '+', ' ', '.', '-', ','DisplayMask property,
InputMask property
maskPatronymicLetters + Digits + Space + Quote + DashDisplayMask property,
InputMask property
maskPatronymicUpperUppercase Letters + Digits + Space + Quote + DashDisplayMask property,
InputMask property
maskPersonID_AustraliaAustralian social security number (Tax File Number - TFN).DisplayMask property,
InputMask property
maskPersonID_BelgiumBelgium social security number (National number).DisplayMask property,
InputMask property
maskPersonID_BrazilBrazilian social security number (Cadastro de Pessoas fisicas).DisplayMask property,
InputMask property
maskPersonID_CanadaCanadian social security number (Social insurance number).DisplayMask property,
InputMask property
maskPersonID_GreeceGreek social security number (Identity card).DisplayMask property,
InputMask property
maskPersonID_ItalyItalian social security number (Codice fiscale).DisplayMask property,
InputMask property
maskPersonID_NetherlandsDutch social security number (Sofinummer).DisplayMask property,
InputMask property
maskPersonID_SingaporeSingaporean social security number (National Registration Identity Card).DisplayMask property,
InputMask property
maskPersonID_SpainSpanish social security number (Numero de identificacion de Extranjeros).DisplayMask property,
InputMask property
maskPersonID_UKBritish social security number (National Insurance Number).DisplayMask property,
InputMask property
maskPersonID_USAmerican social security number (Social Security Number).DisplayMask property,
InputMask property
maskPhoneInput mask: Phone numberDisplayMask property,
InputMask property
maskPhoneBelgiumPhone number in Belgium format (with management of dialing codes, national and international numbers).DisplayMask property,
InputMask property
maskPhoneCanadaPhone number in Canadian format (XXX CCC-CCCC or +1 XXX CCC-CCCC, where XXX is the regional code and CCC-CCCC the local number).DisplayMask property,
InputMask property
maskPhoneFrancePhone number in French format (10 digits, grouped by 2). For example: "04 67 69 40 23" or "36 99".DisplayMask property,
InputMask property
maskPhoneSwitzerlandPhone number in Swiss format (0CC CCC CC CC or +41 CC CCC CC CC).DisplayMask property,
InputMask property
maskRIBRIB number of account.DisplayMask property,
InputMask property
maskRomanNumeralRoman numeral (for example: MCMLXXIV).DisplayMask property,
InputMask property
New in version 28
maskScientific
Input mask: Scientific notation. DisplayMask property,
InputMask property
maskSIRENSIREN number of company: number of 9 digits made of eight digits + a control code (on one digit) calculated according to the Luhn algorithm.DisplayMask property,
InputMask property
maskSIRETSIRET number of company: SIREN number followed by 4 digits + a control code (on one digit) calculated according to the Luhn algorithm.DisplayMask property,
InputMask property
maskSystemCurrencyInput/Display mask: Currency mask used by the system. Corresponds to the mask selected in the system regional settings ("Regional options" in the control panel).DisplayMask property
InputMask property
NumToString function
maskSystemNumeralInput/Display mask: Numeric mask used by the system. Corresponds to the mask selected in the system regional settings ("Regional options" in the control panel).DisplayMask property
InputMask property
NumToString function
maskSystemTimeInput/Display mask: Mask defined in the regional system parameters ("Regional options" in the control panel)DisplayMask property
InputMask property
TimeToString function
maskUpperInput mask: All in uppercase charactersDisplayMask property,
InputMask property
maskUUID128128-bit UUID without dashes. For example: "29ea9852143a46a4842aca811e5f8597".DisplayMask property,
InputMask property
maskUUID128Raw128-bit UUID with dashes. For example:
"29ea9852-143a-46a4-842a-ca811e5f8597".
DisplayMask property,
InputMask property
maskUUID128WithBrace128-bit UUID with braces. For example:
"{29ea9852-143a-46a4-842a-ca811e5f8597}".
DisplayMask property,
InputMask property
maskUUID256128-bit UUID without dashes. For example:
"c5c9b31729278ad9da1efc44c437b7d85
b57060f41e2bf4d0e112eadb77a6d0b".
DisplayMask property,
InputMask property
maskZipCodeFrench zip code (including the overseas departments): number on 5 digits.DisplayMask property,
InputMask property
maskZipCodeAustraliaAustralian zip code.DisplayMask property,
InputMask property
maskZipCodeAustriaAustrian zip code.DisplayMask property,
InputMask property
maskZipCodeBelgiumBelgium zip code.DisplayMask property,
InputMask property
maskZipCodeBrazilBrazilian zip code.DisplayMask property,
InputMask property
maskZipCodeCanadaCanadian zip code.DisplayMask property,
InputMask property
maskZipCodeGermanyGerman zip code.DisplayMask property,
InputMask property
maskZipCodeGreeceGreek zip code.DisplayMask property,
InputMask property
maskZipCodeItalyItalian zip code.DisplayMask property,
InputMask property
maskZipCodeNetherlandsDutch zip code.DisplayMask property,
InputMask property
maskZipCodePortugalPortuguese zip code.DisplayMask property,
InputMask property
maskZipCodeSingaporeSingaporean zip code.DisplayMask property,
InputMask property
maskZipCodeSpainSpanish zip code.DisplayMask property,
InputMask property
maskZipCodeSwitzerlandSwiss zip code.DisplayMask property,
InputMask property
maskZipCodeUKBritish zip code.DisplayMask property,
InputMask property
maskZipCodeUSAmerican zip code.DisplayMask property,
InputMask property
mergeCellMerge cells of a Spreadsheet control: merges the cells without centering the contents. SpreadsheetMergeCell
mergeCellCenterMerge cells of a Spreadsheet control: merges the cells and centers the contents. SpreadsheetMergeCell
mergeNextCellFusion of table cells: merge the cell with the next cell (on the same row)merger property
mergeNextLineFusion of table cells: merge the cell with the cell on next rowmerger property
mergeNextTitleFusion of table cells: merge the title of next columnmerger property
mergeNoneMerge table cells: no merge is performedMerge property
New in version 28
modeAffichageKanban
MultiListe
Display mode: Multiple lists can be displayed simultaneously in the Kanban control. DisplayMode property
New in version 28
modeAffichageKanban
MonoListe
Display mode: Only one list will be displayed in the Kanban control. The other lists can be accessed by scrolling horizontally. DisplayMode property
modeDisplayOnePageDisplay mode: The document is displayed as it will be printed. DisplayMode property
modeDisplayTwoPagesDisplay mode: The document pages are displayed side by side. DisplayMode property
modeDisplayWebDisplay mode: The document is displayed in the format of a Web page.DisplayMode property
modeUseMovementMode for using the PDF Reader control: The control is in move mode:
  • the left mouse button allows you to move within the document.
  • the mouse cursor turns into hand.
  • if the ribbon is displayed, the "Move" option is selected ("Display" pane, "Mode" group).
Until version 27, this constant was named modeUseMovement.
UseMode property
modeUseSelectionMode for using the PDF Reader control: The control is in selection mode:
  • the left mouse button allows you to select the document elements.
  • the mouse cursor turns into an input cursor.
  • if the ribbon is displayed, the "Selection" option is selected ("Display" pane, "Mode" group).
Until version 27, this constant was named modeUseSelection.
UseMode property
MultimediaReaderAutomaticThe Video control chooses the best multimedia player according to the file extension.MultimediaReader property
MultimediaReaderFlashThe Video control will use the MacroMedia Flash player (adapted for the files whose extension is .FLV, .MP4, etc.)MultimediaReader property
MultimediaReaderNativeBrowserThe Video control will use the native HTML 5 player.MultimediaReader property
MultimediaReaderQuicktimeThe Video control will use the Apple QuickTime player (adapted for the files whose extension is .MOV, .MP4, etc.)MultimediaReader property
MultimediaReaderWindowsMediaThe Video control will use the Windows Media player (adapted for the files whose extension is .WMV, .ASF, .AVI, etc.)MultimediaReader property
NotFoundReport of the element: The window is closedState property
OutsideScreenActive window displayed outside the visible areaState property
ProgressBarDefaultSystem progress bar used by Windows 7: Restores the default behavior.ProgressBarSystem property
ProgressBarNoneSystem progress bar used by Windows 7: The display of progress bar is disabled.ProgressBarSystem property
ProgressBarStatusBarSystem progress bar used by Windows 7: The progress bar of taskbar is used.ProgressBarSystem property
ptAutomaticWINDEV automatically chooses the best attach point for the Wire control.AttachPointEnd property,
AttachPointStart property
ptBottomCenterThe attach point for the Wire control is positioned in the middle of bottom border of control.AttachPointEnd property,
AttachPointStart property
ptMiddleLeftThe attach point for the Wire control is positioned in the middle of left border of control.AttachPointEnd property,
AttachPointStart property
ptMiddleRightThe attach point for the Wire control is positioned in the middle of right border of control.AttachPointEnd property,
AttachPointStart property
ptTopCenterThe attach point for the Wire control is positioned in the middle of top border of control.AttachPointEnd property,
AttachPointStart property
pvtAllCollapsedLevel of details when displaying a PVT control in a report: displays the first level of data found in the PVT control used as data source.Collapsed property
pvtAllExpandedLevel of details when displaying a PVT control in a report: displays the data found in the PVT control used as data source.Collapsed property
pvtLikeTheControlLevel of details when displaying a PVT control in a report: same level of details as the PVT control used as data source.Collapsed property
ReadOnlyNoSelectionFor the Table controls only: The control is read-only, no input is allowed.
In this case, the user will not be able to select a table row with the mouse or with the arrows. A row can only be selected through programming with TableSelectPlus. This row will be selected via the selection bar.
State property
InitialState property
RedactionMode used to hide a control in a report: the control is replaced by a black rectangle.Hidden property
secHtmlMaxiNo script is run (javascript, vbscript, etc.). No ActiveX or plugin is displayed or run.SecurityHtml property
secHtmlNoneThe scripts are run. The ActiveX or plugins are displayed and run.
Remark: Scripts will not run in the control if the State property of the control is set to Inactive or Grayed.
SecurityHtml property
shapeArrowShape of wire extremity: ArrowShapeExtremityEnd property, ShapeExtremityStart property
shapeCircle
  • Shape of wire extremity: Rond
  • Shape of the marker or marker cluster: Rond.
shapeDiamondShape of wire extremity: DiamondShapeExtremityEnd property, ShapeExtremityStart property
shapeNoneShape of wire extremity: NoneShapeExtremityEnd property, ShapeExtremityStart property
shapeRoundedSquare
  • Shape of the marker or marker cluster: Rounded square.
MarkerImage type
shapeSquare
  • Shape of wire extremity: Square
  • Shape of the marker or marker cluster: Square.
shapeTriangleShape of wire extremity: TriangleShapeExtremityEnd property, ShapeExtremityStart property
skAltControl key: Alt keyShortcutKey property
skControlControl key: Ctrl keyShortcutKey property
skShiftControl key: Shift keyShortcutKey property
slLinkAllGantt Chart column: All the links are displayed.DisplayLink property
slLinkNoneGantt Chart column: No link is displayed.DisplayLink property
slLinkSelectionGantt Chart column: Only the links of the selected task are displayed.DisplayLink property
styleCrossHatchBackground style of the cells, rows and columns in tables and TreeView tables: Hatches such as +++++BackgroundStyle property
styleDefaultBackground style of the cells, rows and columns in tables and TreeView tables: default styleBackgroundStyle property
styleDiagonalCrossHatchBackground style of the cells, rows and columns in tables and TreeView tables: Hatches such as xxxxxBackgroundStyle property
styleGradientBackground style of the cells, rows and columns in tables and TreeView tables: default styleBackgroundStyle property
styleHorizontalHatchBackground style of the cells, rows and columns in tables and TreeView tables: Hatching such as -----BackgroundStyle property
styleLeftDiagonalHatchBackground style of the cells, rows and columns in tables and TreeView tables: Hatching such as /////BackgroundStyle property
styleRightDiagonalHatchBackground style of the cells, rows and columns in tables and TreeView tables: Hatches such as \\\\\\BackgroundStyle property
styleTubeBackground style of the cells, rows and columns in tables and TreeView tables: default styleBackgroundStyle property
styleVerticalHatchBackground style of the cells, rows and columns in tables and TreeView tables: Hatching such as | | | | |BackgroundStyle property
syncAdditionAutomatic synchronization of Table controls based on a data file: Synchronization when adding a record to the HFSQL Client/Server data file. SynchroHFSQL property
syncDeletionAutomatic synchronization of Table controls based on a data file: Synchronization when deleting a record from the HFSQL Client/Server data file.SynchroHFSQL property
syncModificationAutomatic synchronization of Table controls based on a data file: Synchronization when modifying a record in the HFSQL Client/Server data file. SynchroHFSQL property
syncNoneAutomatic synchronization of Table controls based on a data file: No synchronization is performed. SynchroHFSQL property
tdDefaultDefault writing direction, defined for the current language in the editorTextDirection property
tdLeftToRightWriting direction forced from left to rightTextDirection property
tdRightToLeftWriting direction forced from right to leftTextDirection property
toolArrowThe arrow tool is selected by default in the Image Editor control.InitialTool property
toolBlurThe blur tool is selected by default in the Image Editor control.InitialTool property
toolCropThe crop tool is selected by default in the Image Editor control.InitialTool property
toolEllipseThe pencil tool is selected by default in the Image Editor control.InitialTool property
toolEraserThe eraser tool is selected by default in the Image Editor control.InitialTool property
toolFillThe fill tool is selected by default in the Image Editor control.InitialTool property
toolLineThe line tool is selected by default in the Image Editor control.InitialTool property
toolOCRThe OCR tool is selected by default in the Image Editor control.InitialTool property
toolPencilThe pencil tool is selected by default in the Image Editor control.InitialTool property
toolRectangleThe rectangle tool is selected by default in the Image Editor control.InitialTool property
toolTextThe text tool is selected by default in the Image Editor control.InitialTool property
toolWatermarkThe watermark tool is selected by default in the Image Editor control.InitialTool property
TopToBottomOrientation of the Organization chart: The root element of the organization chart is located at the top of control, and its children are at the bottom.ElementOrientation property
trsImageManagement of transparency mode: The image transparency is kept.TransparencyMode property
trsMagentaManagement of transparency mode: The magenta color found in the image will be transparent during the display.TransparencyMode property
trsTopLeftCornerManagement of transparency mode: The points with the same color as the one of the top left point of image will be transparent.TransparencyMode property
typActiveXType of element: ActiveX controlType property,
ControlTypeInfo,
ControlCreate
typAttributeType of element: Looper attributeType property,
ControlTypeInfo
typBarCodeType of element: Bar Code controlType property,
ControlTypeInfo,
ControlCreate
typBreadcrumbType of element: BreadcrumbType property,
ControlTypeInfo
typBreakType of element: Break in a Looper controlType property,
ControlTypeInfo
typButtonType of element: Button controlType property,
ControlTypeInfo,
ControlCreate
typCalendarType of element: Calendar controlType property,
ControlTypeInfo,
ControlCreate
typCaptchaType of element: Captcha controlType property,
ControlTypeInfo
typCarouselType of element: CarouselType property,
ControlTypeInfo,
ControlCreate
typCellType of element: Cell controlType property,
ControlTypeInfo
typCellLayoutType of element: Cell in a Layout controlType property,,
ControlTypeInfo
typCellPageLayoutType of element: Cell control used for Zoning layout.Type property,
ControlTypeInfo
typChartType of element: Chart controlType property,
ControlTypeInfo,
ControlCreate
typCheckBoxType of element: Check Box controlType property,
ControlTypeInfo,
ControlCreate
typClickType of element: Clickable Image control (Image control with the "This image is a clickable area" option).Type property,
ControlTypeInfo,
ControlCreate
typColumnType of element: Table columnType property,
ControlTypeInfo,
ControlCreate
typComboNEType of element: Non-editable Combo Box controlType property,
ControlTypeInfo,
ControlCreate
typComboWEType of element: Editable Combo Box controlType property,
ControlTypeInfo,
ControlCreate
typConferenceType of element: Conference controlType property,
ControlTypeInfo,
ControlCreate
typControlTemplateType of element: Control templateType property,
ControlTypeInfo
typCubeType of element: Cube controlType property,
ControlTypeInfo,
ControlCreate
typCurrencyType of element: Currency edit controlType property,
ControlTypeInfo,
ControlCreate
typDashboardType of element: Dashboard controlType property,
ControlTypeInfo,
ControlCreate
typDateType of element: Date Edit controlType property,
ControlTypeInfo,
ControlCreate
typDiagramEditorType of element: Diagram Editor controlType property,
ControlTypeInfo,
ControlCreate
typDrawerType of element: Drawer controlType property,
ControlTypeInfo,
ControlCreate
typDurationType of element: Duration Edit controlType property,
ControlTypeInfo,
ControlCreate
typeSignatureApprovalType of signature: Approval signature.SignatureType property
typeSignatureCertificationType of signature: Certification signature.SignatureType property
typFlashType of element: Flash controlType property,
ControlTypeInfo
typFlexType of element: Flex controlType property,
ControlTypeInfo
typFormattedControlType of element: Formatted display controlType property,
ControlTypeInfo
typGanttType of element: Gantt Chart columnType property,
ControlTypeInfo,
ControlCreate
typGrpType of element: Group of controlsType property,
ControlTypeInfo
typHorizontalRuleType of element: Line controlType property,
ControlTypeInfo
typHTMLType of element: HTML Static controlType property,
ControlTypeInfo,
ControlCreate
typHTMLControlType of element: HTML controlType property,
ControlTypeInfo
typHtmlEditorType of element: HTML Editor controlType property,
ControlTypeInfo,
ControlCreate
typHTMLStaticType of element: HTML Static controlType property,
ControlTypeInfo
typIFrameType of element: iFrame controlType property,
ControlTypeInfo
typImageType of element: Image controlType property,
ControlTypeInfo,
ControlCreate
typImageEditorType of element: Image Editor controlType property,
ControlTypeInfo,
ControlCreate
typInfiniteProgressBarType of element: Infinite Progress Bar controlType property,
ControlTypeInfo,
ControlCreate
typInputCurrencyType of element: Currency edit controlInputType property
typInputDateType of element: Date Edit controlInputType property,
ControlTypeInfo
typInputDurationType of element: Duration Edit controlInputType property
typInputNumType of element: Numeric edit control (real, integer, ...)InputType property
typInputNumericPreciseType of element: Numeric edit controlInputType property
typInputTextType of element: Text Edit controlInputType property
typInputTimeType of element: Time Edit controlInputType property
typInternalPageType of element: Internal pageType property,
ControlTypeInfo
typInternalWindowType of element: Internal windowType property,
ControlTypeInfo,
ControlCreate
typJavaType of element: Java controlType property,
ControlTypeInfo
New in version 28
typKanban
Type of element: Kanban controlType property,
ControlTypeInfo,
ControlCreate
New in version 28
typKanbanList
Type of element: Kanban List controlType property,
ControlTypeInfo,
ControlCreate
typLayoutType of element: Layout controlType property,
ControlTypeInfo
typLinearLooperType of element: Linear Looper control
Until version 27, this constant was named typHorizontalLooper.
Type property,
ControlTypeInfo
typLinkType of element: Link controlType property,
ControlTypeInfo
typListType of element: List Box controlType property,
ControlTypeInfo,
ControlCreate
typListViewType of element: ListView controlType property,
ControlTypeInfo,
ControlCreate
typLooperType of element: Looper controlType property,
ControlTypeInfo,
ControlCreate
typMapType of element: Map controlType property,
ControlTypeInfo,
ControlCreate
typMapAreaType of element: Clickable Image controlType property,
ControlTypeInfo
typMenuControlType of element: Menu control of WEBDEV pageType property,
ControlTypeInfo
typMenuOptionType of element: Menu optionType property,
ControlTypeInfo
New in version 28
typMobileImageEditor
Type of element: Mobile Image Editor controlType property,
ControlCreate
typMultilineZoneType of element: Multiline Zone controlType property,
ControlTypeInfo,
ControlCreate
typMultimediaType of element: Multimedia controlType property,
ControlTypeInfo,
ControlCreate
typNativeContainerType of element: Native Container controlType property,
ControlTypeInfo,
ControlCreate
typNavigationBarType of element: Navigation BarType property,
ControlTypeInfo
typNavigationBarCellType of element: Cell control found in a Navigation Bar control.Type property,
ControlTypeInfo
typNumType of element: Numeric edit controlType property,
ControlTypeInfo,
ControlCreate
typOleType of element: OLE controlType property,
ControlTypeInfo,
ControlCreate
typOrganizationChartType of element: Organization Chart controlType property,
ControlTypeInfo,
ControlCreate
typOrganizerType of element: Organizer controlType property,
ControlTypeInfo,
ControlCreate
typPageType of element: PageType property,
ControlTypeInfo
typPagerType of element: Pager controlType property,
ControlTypeInfo
typPannelType of element: Dockable Panel controlType property,
ControlTypeInfo,
ControlCreate
typPDFReaderType of element: PDF Reader controlType property,
ControlTypeInfo,
ControlCreate
typPeelingCornerType of element: Peeling Corner controlType property,
ControlTypeInfo
typPivotTableType of element: Pivot Table controlType property,
ControlTypeInfo,
ControlCreate
typPopupType of element: Popup controlType property,
ControlTypeInfo
typProgressBarType of element: Progress Bar controlType property,
ControlTypeInfo,
ControlCreate
typRangeSliderType of element: Range Slider controlType property,
ControlTypeInfo
typRangeSliderType of element: Range Slider controlType property,
ControlTypeInfo,
ControlCreate
typRatingType of element: Rating controlType property,
ControlTypeInfo,
ControlCreate
typRepositionableNoteType of element: Repositionable Note controlType property,
ControlTypeInfo,
ControlCreate
typRibbonType of element: Ribbon controlType property,
ControlTypeInfo,
ControlCreate
typRibbonGroupType of element: Ribbon groupType property,
ControlTypeInfo
typRichTextArea
or typTextArea
(Previous versions)
Type of element: Text Area controlType property
typRotativeSliderType of element: Round Slider controlType property,
ControlTypeInfo,
ControlCreate
typSchedulerType of element: Scheduler controlType property,
ControlTypeInfo,
ControlCreate
typScrollbarType of element: Scrollbar controlType property,
ControlTypeInfo,
ControlCreate
typSelectType of element: Radio Button controlType property,
ControlTypeInfo,
ControlCreate
typShapeType of element: Shape controlType property,
ControlTypeInfo,
ControlCreate
typSilverlightType of element: SilverLight controlType property,
ControlTypeInfo
typSiteMapType of element: Site Map controlType property,
ControlTypeInfo
typSliderType of element: Slider controlType property,
ControlTypeInfo,
ControlCreate
typSlidingBannerType of element: Sliding BannerType property,
ControlTypeInfo
typSlidingBannerPlaneType of element: Plane associated with a Sliding Banner controlType property,
ControlTypeInfo
typSocialLinkType of element: Social Link controlType property,
ControlTypeInfo
typSpinType of element: Spin controlType property,
ControlTypeInfo,
ControlCreate
typSplitterType of element: Splitter controlType property,
ControlTypeInfo,
ControlCreate
typSpreadsheetType of element: Spreadsheet controlType property,
ControlTypeInfo,
ControlCreate
typStaticType of element: Static controlType property,
ControlTypeInfo,
ControlCreate
typStatusBarBoxType of element: Cell in the status barType property
typSuperControlType of element: SupercontrolType property,
ControlTypeInfo,
ControlCreate
typSwitchType of element: Switch controlType property,
ControlTypeInfo,
ControlCreate
typSwitchOptionType of element: Option of a Switch controlType property,
ControlTypeInfo
typTabType of element: Tab controlType property,
ControlTypeInfo,
ControlCreate
typTableType of element: Table controlType property,
ControlTypeInfo,
ControlCreate
typTabPaneType of element: Tab paneControlCreate
typTextType of element: Text Edit controlType property,
ControlTypeInfo,
ControlCreate
typThumbnailType of element: Thumbnail controlType property,
ControlTypeInfo
typTimeType of element: Time Edit controlType property,
ControlTypeInfo,
ControlCreate
typToolbarType of element: Toolbar controlType property,
ControlTypeInfo,
ControlCreate
typToolboxType of element: Sidebar controlType property,
ControlTypeInfo,
ControlCreate
typTreeMapType of element: TreeMap controlType property,
ControlTypeInfo,
ControlCreate
typTreeViewType of element: TreeView controlType property,
ControlTypeInfo,
ControlCreate
typTreeviewTableType of element: TreeView Table controlType property,
ControlTypeInfo,
ControlCreate
typUploadType of element: Upload controlType property,
ControlTypeInfo
typVideoType of element: Video controlType property,
ControlTypeInfo
typWebCamType of element: Web Camera controlType property,
ControlTypeInfo,
ControlCreate
typWebComponentType of element: Web Component controlType property,
ControlTypeInfo
typWinType of element: WindowType property,
ControlTypeInfo
typWireType of element: Wire controlType property,
ControlTypeInfo,
ControlCreate
typWordProcessingType of element: Word Processing controlType property,
ControlTypeInfo,
ControlCreate
typXamlType of element: Xaml controlType property,
ControlTypeInfo,
ControlCreate
New in version 28
useModeOCR
Mode for using the PDF Reader control: The control is in selection mode:
  • the left mouse button allows you to select the document elements.
  • the mouse cursor changes to a selection lasso.
  • if the ribbon is displayed, the "OCR" option is selected ("View" pane, "Mode" group).
UseMode property
vaAboveVertical alignment of control: Vertical alignment above the line, in superscript (correspond to the CSS "super" value)VerticalAlignment property
vaAutoVertical alignment of control: Automatic vertical alignment (correspond to the CSS "auto" value)VerticalAlignment property
vaBaselineVertical alignment of control: Vertical alignment according to the base line (correspond to the CSS "baseline" value)VerticalAlignment property
vaBelowVertical alignment of control: Vertical alignment below the line, as subscript (correspond to the CSS "sub" value)VerticalAlignment property
vaBottomVertical alignment of control: Text aligned at bottomVerticalAlignment property
vaMiddleVertical alignment of control: Text aligned in the middleVerticalAlignment property
vaNotDefinedVertical alignment of control: Vertical alignment inherited from the parentVerticalAlignment property
vaTextBottomVertical alignment of control: Vertical alignment flushed to the bottom (correspond to the CSS "text-bottom" value)VerticalAlignment property
vaTextTopVertical alignment of control: Vertical alignment flushed to the top (correspond to the CSS "text-top" value)VerticalAlignment property
vaTopVertical alignment of control: Text aligned at the topVerticalAlignment property
veBlueShadeA blue shade is displayed on the control or on the group of controls.VisualEffect property
veDdwThe control or the group of controls is grayed out: the visual effect is identical to the one used by the DDW feature (Dim Disabled Windows).VisualEffect property
veNoneNo specific visual effect is applied to the control or to the group of controls. The display corresponds to a standard display.VisualEffect property
weAddRepositionableNoteAuthorization to modify: The end user can add a repositionable note into the window.WinEditAllowed property, WinEditMode property
weAddWireAuthorization to modify: The end user can add a wire between several controls.WinEditAllowed property, WinEditMode property
weChangeTooltipAuthorization to modify: The end user can modify the tooltips of controls.WinEditAllowed property, WinEditMode property
weChangeWireAuthorization to modify: The end user can modify the wires between the controls.WinEditAllowed property, WinEditMode property
weMoveControlAuthorization to modify: The end user can move the controls.WinEditAllowed property, WinEditMode property
weMultiSelectionAuthorization to modify: The end user can select several controls at the same time.WinEditAllowed property, WinEditMode property
wePositionAuthorization to modify: The end user can move the controls.WinEditAllowed property, WinEditMode property
weSelectionAuthorization to modify: The end user can select the controls.WinEditAllowed property, WinEditMode property
weSizeAuthorization to modify: The end user can modify the size of controls.WinEditAllowed property, WinEditMode property
wireOriginStartControlWaypoint coordinates: The coordinates are relative to the top left point of start control for the Wire control.OriginWaypoint property
wireOriginStartPointWaypoint coordinates: The coordinates are relative to the start point of Wire control.OriginWaypoint property
wireOriginWindowWaypoint coordinates: The coordinates are relative to the origin of window.OriginWaypoint property
zoomAdaptHeightDisplays the image full height in the Image controlZoom property
zoomAdaptSize
  • Displays the entire image in the Image control.
  • Adapts the zoom of Map control in order for all the markers of Map control to be visible.
Zoom property
zoomAdaptWidthDisplays the image full width in the Image controlZoom property
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment