| | |
Constant | Description | Used by properties/functions |
---|
Active | Element state: The element is active/visible | State property InitialState property |
adjustmentModeColumns | Adjustment mode of a Spreadsheet control: All the columns are adjusted to the control width. This constant corresponds to adjustmentModeColumns in previous versions. | AdjustmentMode property |
adjustmentModeNone | Adjustment mode of a Spreadsheet control: No scaling is performed. This constant corresponds to iPaneMiniatures in previous versions. | AdjustmentMode property |
adjustmentModeRows | Adjustment mode of a Spreadsheet control: All the rows are adjusted to the control height. This constant corresponds to adjustmentModeRows in previous versions. | AdjustmentMode property |
adjustmentModeRowsAndColumns | Adjustment 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 |
anchorBottom | Anchoring characteristics of control: Anchor to bottom. | Anchor property |
anchorHeight | Anchoring characteristics of control: Anchor to top. | Anchor property |
anchorRight | Anchoring characteristics of control: Anchor to right. | Anchor property |
anchorTopLeft | Anchoring characteristics of control: Anchor to top and left. | Anchor property |
anchorWidth | Anchoring characteristics of control: Anchor in width. | Anchor property |
atcAdaptInHeight | When the control content changes, it adapts to the new content vertically. | AnchorToContent property |
atcAdaptInWidth | When the control content changes, it adapts to the new content horizontally. | AnchorToContent property |
atcNone | When the control content changes, the control is not resized. | AnchorToContent property |
Blur | Mode used to hide a control in a report: the control is blurred. | Hidden property |
BottomToTop | Orientation 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 |
btnCancel | Type of button: Cancel button. | ButtonType property |
btnHelp | Type of button: Help button. | ButtonType property |
btnInterruption | Type of button: Interruption button. | ButtonType property |
btnNormal | Type of button: Normal button. | ButtonType property |
btnValidate | Type of button: Validation button. | ButtonType property |
camBackCamera | Camera used: Back camera of the phone | Camera property |
camFlashAuto | Phone camera flash management mode: Flash fired automatically according to the light conditions. | Flash property |
camFlashOff | Phone camera flash management mode: Flash is always off. | Flash property |
camFlashOn | Phone camera flash management mode: Flash is always on. | Flash property |
camFrontCamera | Camera used: Front camera of the phone | Camera property |
camHomothetic | Preview 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 |
camHomotheticCentered | Preview 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 |
camHomotheticCenteredExtended | Preview 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 |
camHomotheticExtended | Preview 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 |
camTorchAuto | Phone camera torch management mode: Torch turned on automatically according to the light conditions. | Torch property |
camTorchOff | Phone camera torch management mode: The torch is always off. | Torch property |
camTorchOn | Phone camera torch management mode: The torch is always on. | Torch property |
ContextMenuDisabled | Disables the system and Euro popup menus. | ContextMenu property |
ContextMenuSystem | Used 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 |
csCircle | Style of the checkmark of a menu option: Round check icon. | CheckMarkStyle property |
csDefault | Style of the checkmark of a menu option: Default checkmark. | CheckMarkStyle property |
curArrow | Preset cursor: Standard arrow | MouseCursor property |
curArrowForbidden | Preset cursor: Arrow and sign not allowed | MouseCursor property |
curArrowWait | Preset cursor: Arrow and hourglass | MouseCursor property |
curAutomatic | Preset 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 |
curCross | Preset cursor: Standard cross | MouseCursor property |
curDefault | Default cursor associated with the control | MouseCursor property |
curForbidden | Preset cursor: Sign not allowed | MouseCursor property |
curHand | Preset cursor: Hand | MouseCursor property |
curHelp | Preset cursor: Help about an element | MouseCursor property |
curIbeam | Preset cursor: Input cursor | MouseCursor property |
curSize | Preset cursor: Cross Arrow cursor | MouseCursor property |
curSizeColumn | Preset cursor: Cursor for resizing columns | MouseCursor property |
curSizeNESW | Preset cursor: North East/South West arrow | MouseCursor property |
curSizeNS | Preset cursor: North South arrow | MouseCursor property |
curSizeNWSE | Preset cursor: North West/South East arrow | MouseCursor property |
curSizeRow | Preset cursor: Cursor for resizing rows | MouseCursor property |
curSizeWE | Preset cursor: West East arrow | MouseCursor property |
curSystemHand | Preset cursor: System hand In NT4, this cursor is identical to curHand. | MouseCursor property |
curUpArrow | Preset cursor: Up arrow | MouseCursor property |
curWait | Preset cursor: Hourglass | MouseCursor property |
dbAlwaysVisible | Position of delete button: The delete button is always displayed. | DeleteButton property |
dbinEdit | Position of delete button: The delete button is displayed when the edit control is in edit mode. | DeleteButton property |
dbNone | Position of delete button: The delete button is not displayed. | DeleteButton property |
dbOffEdit | Position of delete button: The delete button is displayed when the edit control is not in edit mode. | DeleteButton property |
New in version 28dfMarkdown | Markdown text. | |
New in version 28dfPlainText | Text without specific format. | |
New in version 28dfRTF | Text in RTF. | |
displayModeContinuous | Display mode: The white space between pages is hidden. | DisplayMode property |
displayModeHtmlSourceCode | Display 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 |
DisplayOnly | Element 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 |
dndAuto | Behavior of target/source control for "Drag and Drop": Automatic management of Drag and Drop | DndTarget property DndSource property |
dndInactive | Behavior of target/source control for "Drag and Drop": "Drag and Drop" is disabled | DndTarget property DndSource property |
dndProgram | Behavior of target/source control for "Drag and Drop": "Drag and Drop" is managed by the developer | DndTarget property DndSource property |
doAlways | Display 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 |
doAuto | Display mode of orphans: The display mode is automatic according to the cardinality of the link defined in the analysis. | DisplayOrphan property |
doNever | Display 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 |
ellipsisDisabled | The "..." characters are not used. The ellipsis is not added. | Ellipsis property |
ellipsisEnd | The "..." characters replace the characters that cannot be displayed at the end of the control. | Ellipsis property |
ellipsisPath | The "..." characters replace characters in the middle of the text. This constant should be used to display a path to a file. | Ellipsis property |
filDirectAccessFile | Control fill mode: Control with direct access to the data source. | FillType property |
filFileLoadedInMemory | Control fill mode: Control with in-memory data source. | FillType property |
filMemory | Control fill mode: Control populated programmatically. | FillType property |
filVariable | Control fill mode: Control based on a WLanguage variable. | FillType property |
Grayed | Report of the element: Grayed element | State property InitialState property |
haCenter | Horizontal alignment of a control: Text centered | HorizontalAlignment property, docNumberingLevel variable, docParagraph variable |
haJustified | Horizontal alignment of a control: Text justified | HorizontalAlignment property, docParagraph variable |
haLeft | Horizontal alignment of a control: Text aligned to left | HorizontalAlignment property, docNumberingLevel variable, docParagraph variable |
haNotDefined | Horizontal alignment of a control: Alignment inherited from CSS | HorizontalAlignment property |
haRight | Horizontal alignment of a control: Text aligned to right | HorizontalAlignment property, docNumberingLevel variable, docParagraph variable |
imgAlignHCentered | Alignment mode: Horizontally centered | ImageMode property |
imgAlignHRight | Alignment mode: Bottom vertical alignment | ImageMode property |
imgAlignVBottom | Alignment mode: Vertically centered | ImageMode property |
imgAlignVCentered | Alignment mode: Horizontal alignment to right | ImageMode property |
imgCentered | Display mode: Image centered in the control | ImageMode property, FolderModeImage property |
imgH | Display mode: Image enlarged or reduced (while respecting the proportions of initial image) to occupy the entire surface of control | ImageMode property, FolderModeImage property |
imgHC | Display mode: Image enlarged or reduced (while respecting the proportions of initial image) to occupy the entire surface of control and centered in the control | ImageMode property, FolderModeImage property |
imgHCE | Display 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 control | ImageMode property, FolderModeImage property |
imgHCWIS | Display 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 |
imgHE | Display mode: Image enlarged or reduced (while respecting the proportions of initial image) so that the smaller side of image is entirely displayed in the control | ImageMode property, FolderModeImage property |
imgHQ | Image quality: In homothetic mode, used to improve the quality of image when this one is reduced in relation to its initial size | ImageMode property, FolderModeImage property |
imgHWIS | Display 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 |
imgNormal | Display mode: Image displayed at 100% in the upper-left corner of the control | ImageMode property, FolderModeImage property |
imgNoScale | Display 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 |
imgStretched | Display mode: Image stretched across the entire surface of the control | ImageMode property, FolderModeImage property |
imgTiled | Display mode: Image displayed at 100% and tiled to occupy the entire surface of control (tile) | ImageMode property, FolderModeImage property |
Invisible | Report of the element: Invisible element | State property InitialState property |
iSignature_CAdES_B | CAdES Basic electronic signature format. | SignatureMode property, iPrintSignature, PDFSign |
iSignature_CAdES_C | CAdES C electronic signature format. | SignatureMode property, iPrintSignature, PDFSign |
iSignature_CAdES_T | CAdES Trust token electronic signature format. | SignatureMode property, iPrintSignature, PDFSign |
iSignature_CAdES_X | CAdES X Type 2 electronic signature format. | SignatureMode property, iPrintSignature, PDFSign |
iSignature_CAdES_XL | CAdES XL Type 2 electronic signature format. | SignatureMode property, iPrintSignature, PDFSign |
iSignature_PKCS7 | PKCS7 signature format. This is an Adobe standard format not approved by the ETSI and Chorus standards. | SignatureMode property, iPrintSignature, PDFSign |
layoutHorizontalStacking | The Layout control displays a cell per row, one below the other. | Layout property |
layoutVerticalStacking | The Layout control displays one cell per column, one next to the other. | Layout property |
LeftToRight | Orientation 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 |
lldAutomatic | Details 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 |
lldNone | Details 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 |
lvmListView | ListView displayed in listview mode. | ListViewMode property |
lvmPanorama | ListView displayed in panorama mode. | ListViewMode property |
lvmSimpleList | ListView displayed in list box mode. | ListViewMode property |
mapModePlan | Display mode of a Map control: road map | MapMode property |
mapModeSatellite | Display mode of a Map control: satellite mode | MapMode property |
maskAAlphaNum | Input mask: Letter, then letters + digits | DisplayMask property, InputMask property |
maskAAlphaNumUpper | Input mask: Uppercase letter, then uppercase letters + digits | DisplayMask property, InputMask property |
maskAddressIP | IP address (example: 192.168.2.3). | DisplayMask property, InputMask property |
maskAddressIPv6 | New format for the IP addresses of the following type: aaaa:bbbb:cccc:dddd:eeee:ffff:gggg:hhhh:iiii:jjjj | DisplayMask property, InputMask property |
maskAddressMAC | MAC address in the following format: "aa:bb:cc:dd:ee:ff". | DisplayMask property, InputMask property |
maskAlpha | Input mask: Letters | DisplayMask property, InputMask property |
maskAlphaNum | Input mask: Letters + digits | DisplayMask property, InputMask property |
maskAlphaNumUpper | Input mask: Letters in uppercase characters + digits | DisplayMask property, InputMask property |
maskAlphaUpper | Input mask: Letters in uppercase characters | DisplayMask property, InputMask property |
maskBankAccountNumber | Bank account number according to the IBAN standard: two letters (country code) + two digits (control key) + 11 to 30 digits/letters | DisplayMask property, InputMask property |
maskBitcoin | Bitcoin input mask. | DisplayMask property, InputMask property |
maskCardNumber AmericanExpress | Number of credit card for American Express on 15 digits. | DisplayMask property, InputMask property |
maskCardNumberMasterCard | Number of credit card for MasterCard on 16 digits. | DisplayMask property, InputMask property |
maskCardNumberVisa | Number of credit card for Visa on 16 digits. | DisplayMask property, InputMask property |
maskDateEmail | The 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 |
maskDateEmailUTC | The 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 |
maskDateInternet | The 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 |
maskDateInternetUTC | The format used corresponds to the RFC-3339 standard used for international communications. The result is expressed in universal time (UTC). | DateToString StringToDate DisplayMask property |
maskDateRelativeDuration | This format is used to express the time elapsed (or that will elapse) between today's date and the specified date. | DateToString |
maskDateSystem | The format used corresponds to the format defined in the project description for the current language. | DateToString |
maskEmail | Input mask: Email address | DisplayMask property, InputMask property |
maskEmailMultiple | Email addresses separated by the ";" character. | DisplayMask property, InputMask property |
maskEmailRFC2822 | Email address checking the syntax defined in the RFC2822 and checking the top level domain when exiting from a control. | DisplayMask property, InputMask property |
maskEmailRFC2822Multiple | Email 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 |
maskFileName | Input mask: File name and path | DisplayMask property, InputMask property |
maskFileNoFolder | Input mask: File name (without its directories) | DisplayMask property, InputMask property |
maskFileSize | Numeric mask for the file and disk sizes. | DisplayMask property InputMask property |
maskFUpper | Input mask: First letter in uppercase character | DisplayMask property, InputMask property |
maskINSEE | Input mask: INSEE number | DisplayMask property, InputMask property |
maskINSEEKey | Input mask: INSEE number + Key | DisplayMask property, InputMask property |
maskISBN10 | ISBN number on 10 digits. | DisplayMask property, InputMask property |
maskISBN13 | ISBN number on 13 digits. | DisplayMask property, InputMask property |
maskLower | Input mask: All in lowercase characters | DisplayMask property, InputMask property |
maskNone | Input mask: No input mask | DisplayMask property, InputMask property |
maskNum | Input mask: Digits | DisplayMask property, InputMask property |
maskNumPlus | Input mask: Digits, '+', ' ', '.', '-', ',' | DisplayMask property, InputMask property |
maskPatronymic | Letters + Digits + Space + Quote + Dash | DisplayMask property, InputMask property |
maskPatronymicUpper | Uppercase Letters + Digits + Space + Quote + Dash | DisplayMask property, InputMask property |
maskPersonID_Australia | Australian social security number (Tax File Number - TFN). | DisplayMask property, InputMask property |
maskPersonID_Belgium | Belgium social security number (National number). | DisplayMask property, InputMask property |
maskPersonID_Brazil | Brazilian social security number (Cadastro de Pessoas fisicas). | DisplayMask property, InputMask property |
maskPersonID_Canada | Canadian social security number (Social insurance number). | DisplayMask property, InputMask property |
maskPersonID_Greece | Greek social security number (Identity card). | DisplayMask property, InputMask property |
maskPersonID_Italy | Italian social security number (Codice fiscale). | DisplayMask property, InputMask property |
maskPersonID_Netherlands | Dutch social security number (Sofinummer). | DisplayMask property, InputMask property |
maskPersonID_Singapore | Singaporean social security number (National Registration Identity Card). | DisplayMask property, InputMask property |
maskPersonID_Spain | Spanish social security number (Numero de identificacion de Extranjeros). | DisplayMask property, InputMask property |
maskPersonID_UK | British social security number (National Insurance Number). | DisplayMask property, InputMask property |
maskPersonID_US | American social security number (Social Security Number). | DisplayMask property, InputMask property |
maskPhone | Input mask: Phone number | DisplayMask property, InputMask property |
maskPhoneBelgium | Phone number in Belgium format (with management of dialing codes, national and international numbers). | DisplayMask property, InputMask property |
maskPhoneCanada | Phone 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 |
maskPhoneFrance | Phone number in French format (10 digits, grouped by 2). For example: "04 67 69 40 23" or "36 99". | DisplayMask property, InputMask property |
maskPhoneSwitzerland | Phone number in Swiss format (0CC CCC CC CC or +41 CC CCC CC CC). | DisplayMask property, InputMask property |
maskRIB | RIB number of account. | DisplayMask property, InputMask property |
maskRomanNumeral | Roman numeral (for example: MCMLXXIV). | DisplayMask property, InputMask property |
New in version 28maskScientific | Input mask: Scientific notation. | DisplayMask property, InputMask property |
maskSIREN | SIREN 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 |
maskSIRET | SIRET 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 |
maskSystemCurrency | Input/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 |
maskSystemNumeral | Input/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 |
maskSystemTime | Input/Display mask: Mask defined in the regional system parameters ("Regional options" in the control panel) | DisplayMask property InputMask property TimeToString function |
maskUpper | Input mask: All in uppercase characters | DisplayMask property, InputMask property |
maskUUID128 | 128-bit UUID without dashes. For example: "29ea9852143a46a4842aca811e5f8597". | DisplayMask property, InputMask property |
maskUUID128Raw | 128-bit UUID with dashes. For example: "29ea9852-143a-46a4-842a-ca811e5f8597". | DisplayMask property, InputMask property |
maskUUID128WithBrace | 128-bit UUID with braces. For example: "{29ea9852-143a-46a4-842a-ca811e5f8597}". | DisplayMask property, InputMask property |
maskUUID256 | 128-bit UUID without dashes. For example: "c5c9b31729278ad9da1efc44c437b7d85 b57060f41e2bf4d0e112eadb77a6d0b". | DisplayMask property, InputMask property |
maskZipCode | French zip code (including the overseas departments): number on 5 digits. | DisplayMask property, InputMask property |
maskZipCodeAustralia | Australian zip code. | DisplayMask property, InputMask property |
maskZipCodeAustria | Austrian zip code. | DisplayMask property, InputMask property |
maskZipCodeBelgium | Belgium zip code. | DisplayMask property, InputMask property |
maskZipCodeBrazil | Brazilian zip code. | DisplayMask property, InputMask property |
maskZipCodeCanada | Canadian zip code. | DisplayMask property, InputMask property |
maskZipCodeGermany | German zip code. | DisplayMask property, InputMask property |
maskZipCodeGreece | Greek zip code. | DisplayMask property, InputMask property |
maskZipCodeItaly | Italian zip code. | DisplayMask property, InputMask property |
maskZipCodeNetherlands | Dutch zip code. | DisplayMask property, InputMask property |
maskZipCodePortugal | Portuguese zip code. | DisplayMask property, InputMask property |
maskZipCodeSingapore | Singaporean zip code. | DisplayMask property, InputMask property |
maskZipCodeSpain | Spanish zip code. | DisplayMask property, InputMask property |
maskZipCodeSwitzerland | Swiss zip code. | DisplayMask property, InputMask property |
maskZipCodeUK | British zip code. | DisplayMask property, InputMask property |
maskZipCodeUS | American zip code. | DisplayMask property, InputMask property |
mergeCell | Merge cells of a Spreadsheet control: merges the cells without centering the contents. | SpreadsheetMergeCell |
mergeCellCenter | Merge cells of a Spreadsheet control: merges the cells and centers the contents. | SpreadsheetMergeCell |
mergeNextCell | Fusion of table cells: merge the cell with the next cell (on the same row) | merger property |
mergeNextLine | Fusion of table cells: merge the cell with the cell on next row | merger property |
mergeNextTitle | Fusion of table cells: merge the title of next column | merger property |
mergeNone | Merge table cells: no merge is performed | Merge property |
New in version 28modeAffichageKanban MultiListe | Display mode: Multiple lists can be displayed simultaneously in the Kanban control. | DisplayMode property |
New in version 28modeAffichageKanban MonoListe | Display mode: Only one list will be displayed in the Kanban control. The other lists can be accessed by scrolling horizontally. | DisplayMode property |
modeDisplayOnePage | Display mode: The document is displayed as it will be printed. | DisplayMode property |
modeDisplayTwoPages | Display mode: The document pages are displayed side by side. | DisplayMode property |
modeDisplayWeb | Display mode: The document is displayed in the format of a Web page. | DisplayMode property |
modeUseMovement | Mode 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 |
modeUseSelection | 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 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 |
MultimediaReaderAutomatic | The Video control chooses the best multimedia player according to the file extension. | MultimediaReader property |
MultimediaReaderFlash | The Video control will use the MacroMedia Flash player (adapted for the files whose extension is .FLV, .MP4, etc.) | MultimediaReader property |
MultimediaReaderNativeBrowser | The Video control will use the native HTML 5 player. | MultimediaReader property |
MultimediaReaderQuicktime | The Video control will use the Apple QuickTime player (adapted for the files whose extension is .MOV, .MP4, etc.) | MultimediaReader property |
MultimediaReaderWindowsMedia | The Video control will use the Windows Media player (adapted for the files whose extension is .WMV, .ASF, .AVI, etc.) | MultimediaReader property |
NotFound | Report of the element: The window is closed | State property |
OutsideScreen | Active window displayed outside the visible area | State property |
ProgressBarDefault | System progress bar used by Windows 7: Restores the default behavior. | ProgressBarSystem property |
ProgressBarNone | System progress bar used by Windows 7: The display of progress bar is disabled. | ProgressBarSystem property |
ProgressBarStatusBar | System progress bar used by Windows 7: The progress bar of taskbar is used. | ProgressBarSystem property |
ptAutomatic | WINDEV automatically chooses the best attach point for the Wire control. | AttachPointEnd property, AttachPointStart property |
ptBottomCenter | The attach point for the Wire control is positioned in the middle of bottom border of control. | AttachPointEnd property, AttachPointStart property |
ptMiddleLeft | The attach point for the Wire control is positioned in the middle of left border of control. | AttachPointEnd property, AttachPointStart property |
ptMiddleRight | The attach point for the Wire control is positioned in the middle of right border of control. | AttachPointEnd property, AttachPointStart property |
ptTopCenter | The attach point for the Wire control is positioned in the middle of top border of control. | AttachPointEnd property, AttachPointStart property |
pvtAllCollapsed | Level 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 |
pvtAllExpanded | Level of details when displaying a PVT control in a report: displays the data found in the PVT control used as data source. | Collapsed property |
pvtLikeTheControl | Level of details when displaying a PVT control in a report: same level of details as the PVT control used as data source. | Collapsed property |
ReadOnlyNoSelection | For 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 |
Redaction | Mode used to hide a control in a report: the control is replaced by a black rectangle. | Hidden property |
secHtmlMaxi | No script is run (javascript, vbscript, etc.). No ActiveX or plugin is displayed or run. | SecurityHtml property |
secHtmlNone | The 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 |
shapeArrow | Shape of wire extremity: Arrow | ShapeExtremityEnd property, ShapeExtremityStart property |
shapeCircle | - Shape of wire extremity: Rond
- Shape of the marker or marker cluster: Rond.
| |
shapeDiamond | Shape of wire extremity: Diamond | ShapeExtremityEnd property, ShapeExtremityStart property |
shapeNone | Shape of wire extremity: None | ShapeExtremityEnd 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.
| |
shapeTriangle | Shape of wire extremity: Triangle | ShapeExtremityEnd property, ShapeExtremityStart property |
skAlt | Control key: Alt key | ShortcutKey property |
skControl | Control key: Ctrl key | ShortcutKey property |
skShift | Control key: Shift key | ShortcutKey property |
slLinkAll | Gantt Chart column: All the links are displayed. | DisplayLink property |
slLinkNone | Gantt Chart column: No link is displayed. | DisplayLink property |
slLinkSelection | Gantt Chart column: Only the links of the selected task are displayed. | DisplayLink property |
styleCrossHatch | Background style of the cells, rows and columns in tables and TreeView tables: Hatches such as +++++ | BackgroundStyle property |
styleDefault | Background style of the cells, rows and columns in tables and TreeView tables: default style | BackgroundStyle property |
styleDiagonalCrossHatch | Background style of the cells, rows and columns in tables and TreeView tables: Hatches such as xxxxx | BackgroundStyle property |
styleGradient | Background style of the cells, rows and columns in tables and TreeView tables: default style | BackgroundStyle property |
styleHorizontalHatch | Background style of the cells, rows and columns in tables and TreeView tables: Hatching such as ----- | BackgroundStyle property |
styleLeftDiagonalHatch | Background style of the cells, rows and columns in tables and TreeView tables: Hatching such as ///// | BackgroundStyle property |
styleRightDiagonalHatch | Background style of the cells, rows and columns in tables and TreeView tables: Hatches such as \\\\\\ | BackgroundStyle property |
styleTube | Background style of the cells, rows and columns in tables and TreeView tables: default style | BackgroundStyle property |
styleVerticalHatch | Background style of the cells, rows and columns in tables and TreeView tables: Hatching such as | | | | | | BackgroundStyle property |
syncAddition | Automatic synchronization of Table controls based on a data file: Synchronization when adding a record to the HFSQL Client/Server data file. | SynchroHFSQL property |
syncDeletion | Automatic synchronization of Table controls based on a data file: Synchronization when deleting a record from the HFSQL Client/Server data file. | SynchroHFSQL property |
syncModification | Automatic synchronization of Table controls based on a data file: Synchronization when modifying a record in the HFSQL Client/Server data file. | SynchroHFSQL property |
syncNone | Automatic synchronization of Table controls based on a data file: No synchronization is performed. | SynchroHFSQL property |
tdDefault | Default writing direction, defined for the current language in the editor | TextDirection property |
tdLeftToRight | Writing direction forced from left to right | TextDirection property |
tdRightToLeft | Writing direction forced from right to left | TextDirection property |
toolArrow | The arrow tool is selected by default in the Image Editor control. | InitialTool property |
toolBlur | The blur tool is selected by default in the Image Editor control. | InitialTool property |
toolCrop | The crop tool is selected by default in the Image Editor control. | InitialTool property |
toolEllipse | The pencil tool is selected by default in the Image Editor control. | InitialTool property |
toolEraser | The eraser tool is selected by default in the Image Editor control. | InitialTool property |
toolFill | The fill tool is selected by default in the Image Editor control. | InitialTool property |
toolLine | The line tool is selected by default in the Image Editor control. | InitialTool property |
toolOCR | The OCR tool is selected by default in the Image Editor control. | InitialTool property |
toolPencil | The pencil tool is selected by default in the Image Editor control. | InitialTool property |
toolRectangle | The rectangle tool is selected by default in the Image Editor control. | InitialTool property |
toolText | The text tool is selected by default in the Image Editor control. | InitialTool property |
toolWatermark | The watermark tool is selected by default in the Image Editor control. | InitialTool property |
TopToBottom | Orientation 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 |
trsImage | Management of transparency mode: The image transparency is kept. | TransparencyMode property |
trsMagenta | Management of transparency mode: The magenta color found in the image will be transparent during the display. | TransparencyMode property |
trsTopLeftCorner | Management of transparency mode: The points with the same color as the one of the top left point of image will be transparent. | TransparencyMode property |
typActiveX | Type of element: ActiveX control | Type property, ControlTypeInfo, ControlCreate |
typAttribute | Type of element: Looper attribute | Type property, ControlTypeInfo |
typBarCode | Type of element: Bar Code control | Type property, ControlTypeInfo, ControlCreate |
typBreadcrumb | Type of element: Breadcrumb | Type property, ControlTypeInfo |
typBreak | Type of element: Break in a Looper control | Type property, ControlTypeInfo |
typButton | Type of element: Button control | Type property, ControlTypeInfo, ControlCreate |
typCalendar | Type of element: Calendar control | Type property, ControlTypeInfo, ControlCreate |
typCaptcha | Type of element: Captcha control | Type property, ControlTypeInfo |
typCarousel | Type of element: Carousel | Type property, ControlTypeInfo, ControlCreate |
typCell | Type of element: Cell control | Type property, ControlTypeInfo |
typCellLayout | Type of element: Cell in a Layout control | Type property,, ControlTypeInfo |
typCellPageLayout | Type of element: Cell control used for Zoning layout. | Type property, ControlTypeInfo |
typChart | Type of element: Chart control | Type property, ControlTypeInfo, ControlCreate |
typCheckBox | Type of element: Check Box control | Type property, ControlTypeInfo, ControlCreate |
typClick | Type of element: Clickable Image control (Image control with the "This image is a clickable area" option). | Type property, ControlTypeInfo, ControlCreate |
typColumn | Type of element: Table column | Type property, ControlTypeInfo, ControlCreate |
typComboNE | Type of element: Non-editable Combo Box control | Type property, ControlTypeInfo, ControlCreate |
typComboWE | Type of element: Editable Combo Box control | Type property, ControlTypeInfo, ControlCreate |
typConference | Type of element: Conference control | Type property, ControlTypeInfo, ControlCreate |
typControlTemplate | Type of element: Control template | Type property, ControlTypeInfo |
typCube | Type of element: Cube control | Type property, ControlTypeInfo, ControlCreate |
typCurrency | Type of element: Currency edit control | Type property, ControlTypeInfo, ControlCreate |
typDashboard | Type of element: Dashboard control | Type property, ControlTypeInfo,
ControlCreate |
typDate | Type of element: Date Edit control | Type property, ControlTypeInfo, ControlCreate |
typDiagramEditor | Type of element: Diagram Editor control | Type property, ControlTypeInfo,
ControlCreate |
typDrawer | Type of element: Drawer control | Type property, ControlTypeInfo, ControlCreate |
typDuration | Type of element: Duration Edit control | Type property, ControlTypeInfo, ControlCreate |
typeSignatureApproval | Type of signature: Approval signature. | SignatureType property |
typeSignatureCertification | Type of signature: Certification signature. | SignatureType property |
typFlash | Type of element: Flash control | Type property, ControlTypeInfo |
typFlex | Type of element: Flex control | Type property, ControlTypeInfo |
typFormattedControl | Type of element: Formatted display control | Type property, ControlTypeInfo |
typGantt | Type of element: Gantt Chart column | Type property, ControlTypeInfo, ControlCreate |
typGrp | Type of element: Group of controls | Type property, ControlTypeInfo |
typHorizontalRule | Type of element: Line control | Type property, ControlTypeInfo |
typHTML | Type of element: HTML Static control | Type property, ControlTypeInfo, ControlCreate |
typHTMLControl | Type of element: HTML control | Type property, ControlTypeInfo |
typHtmlEditor | Type of element: HTML Editor control | Type property, ControlTypeInfo,
ControlCreate |
typHTMLStatic | Type of element: HTML Static control | Type property, ControlTypeInfo |
typIFrame | Type of element: iFrame control | Type property, ControlTypeInfo |
typImage | Type of element: Image control | Type property, ControlTypeInfo, ControlCreate |
typImageEditor | Type of element: Image Editor control | Type property, ControlTypeInfo,
ControlCreate |
typInfiniteProgressBar | Type of element: Infinite Progress Bar control | Type property, ControlTypeInfo, ControlCreate |
typInputCurrency | Type of element: Currency edit control | InputType property |
typInputDate | Type of element: Date Edit control | InputType property, ControlTypeInfo |
typInputDuration | Type of element: Duration Edit control | InputType property |
typInputNum | Type of element: Numeric edit control (real, integer, ...) | InputType property |
typInputNumericPrecise | Type of element: Numeric edit control | InputType property |
typInputText | Type of element: Text Edit control | InputType property |
typInputTime | Type of element: Time Edit control | InputType property |
typInternalPage | Type of element: Internal page | Type property, ControlTypeInfo |
typInternalWindow | Type of element: Internal window | Type property, ControlTypeInfo, ControlCreate |
typJava | Type of element: Java control | Type property, ControlTypeInfo |
New in version 28typKanban | Type of element: Kanban control | Type property, ControlTypeInfo, ControlCreate |
New in version 28typKanbanList | Type of element: Kanban List control | Type property, ControlTypeInfo, ControlCreate |
typLayout | Type of element: Layout control | Type property, ControlTypeInfo |
typLinearLooper | Type of element: Linear Looper control Until version 27, this constant was named typHorizontalLooper. | Type property, ControlTypeInfo |
typLink | Type of element: Link control | Type property, ControlTypeInfo |
typList | Type of element: List Box control | Type property, ControlTypeInfo, ControlCreate |
typListView | Type of element: ListView control | Type property, ControlTypeInfo, ControlCreate |
typLooper | Type of element: Looper control | Type property, ControlTypeInfo, ControlCreate |
typMap | Type of element: Map control | Type property, ControlTypeInfo, ControlCreate |
typMapArea | Type of element: Clickable Image control | Type property, ControlTypeInfo |
typMenuControl | Type of element: Menu control of WEBDEV page | Type property, ControlTypeInfo |
typMenuOption | Type of element: Menu option | Type property, ControlTypeInfo |
New in version 28typMobileImageEditor | Type of element: Mobile Image Editor control | Type property, ControlCreate |
typMultilineZone | Type of element: Multiline Zone control | Type property, ControlTypeInfo, ControlCreate |
typMultimedia | Type of element: Multimedia control | Type property, ControlTypeInfo, ControlCreate |
typNativeContainer | Type of element: Native Container control | Type property, ControlTypeInfo, ControlCreate |
typNavigationBar | Type of element: Navigation Bar | Type property, ControlTypeInfo |
typNavigationBarCell | Type of element: Cell control found in a Navigation Bar control. | Type property, ControlTypeInfo |
typNum | Type of element: Numeric edit control | Type property, ControlTypeInfo, ControlCreate |
typOle | Type of element: OLE control | Type property, ControlTypeInfo, ControlCreate |
typOrganizationChart | Type of element: Organization Chart control | Type property, ControlTypeInfo, ControlCreate |
typOrganizer | Type of element: Organizer control | Type property, ControlTypeInfo, ControlCreate |
typPage | Type of element: Page | Type property, ControlTypeInfo |
typPager | Type of element: Pager control | Type property, ControlTypeInfo |
typPannel | Type of element: Dockable Panel control | Type property, ControlTypeInfo, ControlCreate |
typPDFReader | Type of element: PDF Reader control | Type property, ControlTypeInfo,
ControlCreate |
typPeelingCorner | Type of element: Peeling Corner control | Type property, ControlTypeInfo |
typPivotTable | Type of element: Pivot Table control | Type property, ControlTypeInfo, ControlCreate |
typPopup | Type of element: Popup control | Type property, ControlTypeInfo |
typProgressBar | Type of element: Progress Bar control | Type property, ControlTypeInfo, ControlCreate |
typRangeSlider | Type of element: Range Slider control | Type property, ControlTypeInfo |
typRangeSlider | Type of element: Range Slider control | Type property, ControlTypeInfo, ControlCreate |
typRating | Type of element: Rating control | Type property, ControlTypeInfo, ControlCreate |
typRepositionableNote | Type of element: Repositionable Note control | Type property, ControlTypeInfo, ControlCreate |
typRibbon | Type of element: Ribbon control | Type property, ControlTypeInfo, ControlCreate |
typRibbonGroup | Type of element: Ribbon group | Type property, ControlTypeInfo |
typRichTextArea or typTextArea (Previous versions) | Type of element: Text Area control | Type property |
typRotativeSlider | Type of element: Round Slider control | Type property, ControlTypeInfo, ControlCreate |
typScheduler | Type of element: Scheduler control | Type property, ControlTypeInfo, ControlCreate |
typScrollbar | Type of element: Scrollbar control | Type property, ControlTypeInfo, ControlCreate |
typSelect | Type of element: Radio Button control | Type property, ControlTypeInfo, ControlCreate |
typShape | Type of element: Shape control | Type property, ControlTypeInfo, ControlCreate |
typSilverlight | Type of element: SilverLight control | Type property, ControlTypeInfo |
typSiteMap | Type of element: Site Map control | Type property, ControlTypeInfo |
typSlider | Type of element: Slider control | Type property, ControlTypeInfo, ControlCreate |
typSlidingBanner | Type of element: Sliding Banner | Type property, ControlTypeInfo |
typSlidingBannerPlane | Type of element: Plane associated with a Sliding Banner control | Type property, ControlTypeInfo |
typSocialLink | Type of element: Social Link control | Type property, ControlTypeInfo |
typSpin | Type of element: Spin control | Type property, ControlTypeInfo, ControlCreate |
typSplitter | Type of element: Splitter control | Type property, ControlTypeInfo, ControlCreate |
typSpreadsheet | Type of element: Spreadsheet control | Type property, ControlTypeInfo,
ControlCreate |
typStatic | Type of element: Static control | Type property, ControlTypeInfo, ControlCreate |
typStatusBarBox | Type of element: Cell in the status bar | Type property |
typSuperControl | Type of element: Supercontrol | Type property, ControlTypeInfo, ControlCreate |
typSwitch | Type of element: Switch control | Type property, ControlTypeInfo, ControlCreate |
typSwitchOption | Type of element: Option of a Switch control | Type property, ControlTypeInfo |
typTab | Type of element: Tab control | Type property, ControlTypeInfo, ControlCreate |
typTable | Type of element: Table control | Type property, ControlTypeInfo, ControlCreate |
typTabPane | Type of element: Tab pane | ControlCreate |
typText | Type of element: Text Edit control | Type property, ControlTypeInfo, ControlCreate |
typThumbnail | Type of element: Thumbnail control | Type property, ControlTypeInfo |
typTime | Type of element: Time Edit control | Type property, ControlTypeInfo, ControlCreate |
typToolbar | Type of element: Toolbar control | Type property, ControlTypeInfo, ControlCreate |
typToolbox | Type of element: Sidebar control | Type property, ControlTypeInfo, ControlCreate |
typTreeMap | Type of element: TreeMap control | Type property, ControlTypeInfo, ControlCreate |
typTreeView | Type of element: TreeView control | Type property, ControlTypeInfo, ControlCreate |
typTreeviewTable | Type of element: TreeView Table control | Type property, ControlTypeInfo, ControlCreate |
typUpload | Type of element: Upload control | Type property, ControlTypeInfo |
typVideo | Type of element: Video control | Type property, ControlTypeInfo |
typWebCam | Type of element: Web Camera control | Type property, ControlTypeInfo, ControlCreate |
typWebComponent | Type of element: Web Component control | Type property, ControlTypeInfo |
typWin | Type of element: Window | Type property, ControlTypeInfo |
typWire | Type of element: Wire control | Type property, ControlTypeInfo, ControlCreate |
typWordProcessing | Type of element: Word Processing control | Type property, ControlTypeInfo, ControlCreate |
typXaml | Type of element: Xaml control | Type property, ControlTypeInfo, ControlCreate |
New in version 28useModeOCR | 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 |
vaAbove | Vertical alignment of control: Vertical alignment above the line, in superscript (correspond to the CSS "super" value) | VerticalAlignment property |
vaAuto | Vertical alignment of control: Automatic vertical alignment (correspond to the CSS "auto" value) | VerticalAlignment property |
vaBaseline | Vertical alignment of control: Vertical alignment according to the base line (correspond to the CSS "baseline" value) | VerticalAlignment property |
vaBelow | Vertical alignment of control: Vertical alignment below the line, as subscript (correspond to the CSS "sub" value) | VerticalAlignment property |
vaBottom | Vertical alignment of control: Text aligned at bottom | VerticalAlignment property |
vaMiddle | Vertical alignment of control: Text aligned in the middle | VerticalAlignment property |
vaNotDefined | Vertical alignment of control: Vertical alignment inherited from the parent | VerticalAlignment property |
vaTextBottom | Vertical alignment of control: Vertical alignment flushed to the bottom (correspond to the CSS "text-bottom" value) | VerticalAlignment property |
vaTextTop | Vertical alignment of control: Vertical alignment flushed to the top (correspond to the CSS "text-top" value) | VerticalAlignment property |
vaTop | Vertical alignment of control: Text aligned at the top | VerticalAlignment property |
veBlueShade | A blue shade is displayed on the control or on the group of controls. | VisualEffect property |
veDdw | The 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 |
veNone | No specific visual effect is applied to the control or to the group of controls. The display corresponds to a standard display. | VisualEffect property |
weAddRepositionableNote | Authorization to modify: The end user can add a repositionable note into the window. | WinEditAllowed property, WinEditMode property |
weAddWire | Authorization to modify: The end user can add a wire between several controls. | WinEditAllowed property, WinEditMode property |
weChangeTooltip | Authorization to modify: The end user can modify the tooltips of controls. | WinEditAllowed property, WinEditMode property |
weChangeWire | Authorization to modify: The end user can modify the wires between the controls. | WinEditAllowed property, WinEditMode property |
weMoveControl | Authorization to modify: The end user can move the controls. | WinEditAllowed property, WinEditMode property |
weMultiSelection | Authorization to modify: The end user can select several controls at the same time. | WinEditAllowed property, WinEditMode property |
wePosition | Authorization to modify: The end user can move the controls. | WinEditAllowed property, WinEditMode property |
weSelection | Authorization to modify: The end user can select the controls. | WinEditAllowed property, WinEditMode property |
weSize | Authorization to modify: The end user can modify the size of controls. | WinEditAllowed property, WinEditMode property |
wireOriginStartControl | Waypoint coordinates: The coordinates are relative to the top left point of start control for the Wire control. | OriginWaypoint property |
wireOriginStartPoint | Waypoint coordinates: The coordinates are relative to the start point of Wire control. | OriginWaypoint property |
wireOriginWindow | Waypoint coordinates: The coordinates are relative to the origin of window. | OriginWaypoint property |
zoomAdaptHeight | Displays the image full height in the Image control | Zoom 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 |
zoomAdaptWidth | Displays the image full width in the Image control | Zoom property |