| | |
Constant | Description | Used by properties/functions |
---|
Active | Element status: The element is active/visible | ..State ..InitialState |
anchorBottom | Anchoring characteristics of control: Anchor to bottom. | ..Anchor |
anchorHeight | Anchoring characteristics of control: Anchor to top. | ..Anchor |
anchorRight | Anchoring characteristics of control: Anchor to right. | ..Anchor |
anchorTopLeft | Anchoring characteristics of control: Anchor to top and left. | ..Anchor |
anchorWidth | Anchoring characteristics of control: Anchor in width. | ..Anchor |
Versions 23 and lateratcAdaptInHeight New in version 23atcAdaptInHeight atcAdaptInHeight | When the control content changes, its height changes and it adapts to the new content. | ..AnchorToContent |
Versions 23 and lateratcAdaptInWidth New in version 23atcAdaptInWidth atcAdaptInWidth | When the control content changes, its width changes and it adapts to the new content. | ..AnchorToContent |
Versions 23 and lateratcNone New in version 23atcNone atcNone | When the control content changes, the control is not resized. | ..AnchorToContent |
Versions 17 and laterBottomToTop New in version 17BottomToTop BottomToTop | Orientation of Organization chart: The root element of the organization chart is at the bottom of the control, and its children are at the top. | ..ElementOrientation |
Versions 19 and laterbtnCancel New in version 19btnCancel btnCancel | Type of button: Cancel button. | ..ButtonType |
Versions 19 and laterbtnHelp New in version 19btnHelp btnHelp | Type of button: Help button. | ..ButtonType |
Versions 19 and laterbtnInterruption New in version 19btnInterruption btnInterruption | Type of button: Interruption button. | ..ButtonType |
Versions 19 and laterbtnNormal New in version 19btnNormal btnNormal | Type of button: Normal button. | ..ButtonType |
Versions 19 and laterbtnValidate New in version 19btnValidate btnValidate | Type of button: Validation button. | ..ButtonType |
curArrow | Preset cursor: Standard arrow | ..MouseCursor |
curArrowForbidden | Preset cursor: Arrow and sign not allowed | ..MouseCursor |
curArrowWait | Preset cursor: Arrow and hourglass | ..MouseCursor |
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 |
curCross | Preset cursor: Standard cross | ..MouseCursor |
curDefault | Default cursor associated with the control | ..MouseCursor |
curForbidden | Preset cursor: Sign not allowed | ..MouseCursor |
curHand | Preset cursor: Hand | ..MouseCursor |
curHelp | Preset cursor: Help about an element | ..MouseCursor |
curIbeam | Preset cursor: Input cursor | ..MouseCursor |
curSize | Preset cursor: Cross Arrow cursor | ..MouseCursor |
curSizeColumn | Preset cursor: Cursor for resizing columns | ..MouseCursor |
curSizeNESW | Preset cursor: North East/South West arrow | ..MouseCursor |
curSizeNS | Preset cursor: North South arrow | ..MouseCursor |
curSizeNWSE | Preset cursor: North West/South East arrow | ..MouseCursor |
curSizeRow | Preset cursor: Cursor for resizing rows | ..MouseCursor |
curSizeWE | Preset cursor: West East arrow | ..MouseCursor |
curSystemHand | Preset cursor: System hand In NT4, this cursor is identical to curHand. | ..MouseCursor |
curUpArrow | Preset cursor: Up arrow | ..MouseCursor |
curWait | Preset cursor: HourGlass | ..MouseCursor |
Versions 21 and laterdbAlwaysVisible New in version 21dbAlwaysVisible dbAlwaysVisible | Position of delete button: The delete button is always displayed. | ..DeleteButton |
Versions 21 and laterdbinEdit New in version 21dbinEdit dbinEdit | Position of delete button: The delete button is displayed when the edit control is in edit mode. | ..DeleteButton |
Versions 21 and laterdbNone New in version 21dbNone dbNone | Position of delete button: The delete button is not displayed. | ..DeleteButton |
Versions 21 and laterdbOffEdit New in version 21dbOffEdit dbOffEdit | Position of delete button: The delete button is displayed when the edit control is not in edit mode. | ..DeleteButton |
Versions 23 and laterdisplayModeTwoPagesWithCover New in version 23displayModeTwoPagesWithCover displayModeTwoPagesWithCover | Display mode: The document pages are displayed two by two on the screen. The first page is considered as being a cover and it is displayed on the right. | ..DisplayMode |
DisplayOnly | Element status: non-modifiable element. For the Table controls, the user will be able to select a table row. It can also be selected by programming with TableSelectPlus. | ..State ..InitialState |
dndAuto | Behavior of target/source control for "Drag and Drop": Automatic management of Drag and Drop | ..DndTarget ..DndSource |
dndInactive | Behavior of target/source control for "Drag and Drop": "Drag and Drop" is disabled | ..DndTarget ..DndSource |
dndProgram | Behavior of target/source control for "Drag and Drop": "Drag and Drop" is managed by the developer | ..DndTarget ..DndSource |
Versions 18 and laterdoAlways New in version 18doAlways 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 |
Versions 18 and laterdoAuto New in version 18doAuto doAuto | Display mode of orphans: The display mode is automatic according to the cardinality of the link defined in the analysis. | ..DisplayOrphan |
Versions 18 and laterdoNever New in version 18doNever 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 |
ellipsisDisabled | The "..." characters are not used. The ellipsis is not performed. | ..Ellipsis |
ellipsisEnd | The "..." characters replace the characters that cannot be displayed at the end of control. | ..Ellipsis |
ellipsisPath | The "..." characters replace characters in the middle of the text. This constant should be used to display a path to a file. | ..Ellipsis |
filDirectAccessFile | Type of control fill: Browsing control in direct access mode. | ..FillType |
filFileLoadedInMemory | Type of control fill: Browsing control in 'loaded in memory' mode. | ..FillType |
filMemory | Type of control fill: Memory control filled by programming | ..FillType |
filVariable | Type of control fill: Control on source linked to a WLanguage variable. | ..FillType |
Grayed | Element status: Grayed element | ..State ..InitialState |
haCenter | Horizontal alignment of control: Text centered | ..HorizontalAlignment, docNumberingLevel variable, docParagraph variable |
haJustified | Horizontal alignment of control: Text justified | ..HorizontalAlignment, docParagraph variable |
haLeft | Horizontal alignment of control: Text aligned to left | ..HorizontalAlignment, docNumberingLevel variable, docParagraph variable |
haNotDefined | Horizontal alignment of control: Alignment inherited from CSS | ..HorizontalAlignment |
haRight | Horizontal alignment of control: Text aligned to right | ..HorizontalAlignment, docNumberingLevel variable, docParagraph variable |
Versions 18 and laterimgAlignHCentered New in version 18imgAlignHCentered imgAlignHCentered | Alignment mode: Horizontally centered | ..ImageMode |
Versions 18 and laterimgAlignHRight New in version 18imgAlignHRight imgAlignHRight | Alignment mode: Bottom vertical alignment | ..ImageMode |
Versions 18 and laterimgAlignVBottom New in version 18imgAlignVBottom imgAlignVBottom | Alignment mode: Vertically centered | ..ImageMode |
Versions 18 and laterimgAlignVCentered New in version 18imgAlignVCentered imgAlignVCentered | Alignment mode: Horizontal alignment to right | ..ImageMode |
imgCentered | Display mode: Image centered in the control | ..ImageMode, ..FolderModeImage |
imgH | Display mode: Image enlarged or reduced (while respecting the proportions of initial image) to occupy the entire surface of control | ..ImageMode, ..FolderModeImage |
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, ..FolderModeImage |
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, ..FolderModeImage |
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, ..FolderModeImage |
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, ..FolderModeImage |
Versions 18 and laterimgHQ New in version 18imgHQ 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, ..FolderModeImage |
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, ..FolderModeImage |
imgNormal | Display mode: Image displayed at 100% in the top left corner of control | ..ImageMode, ..FolderModeImage |
Versions 21 and laterimgNoScale New in version 21imgNoScale 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, ..FolderModeImage |
imgStretched | Display mode: Image stretched across the entire surface of control | ..ImageMode, ..FolderModeImage |
imgTiled | Display mode: Image displayed at 100% and tiled to occupy the entire surface of control (tile) | ..ImageMode, ..FolderModeImage |
inputType_abc | "abc" mode in lowercase characters | ..InputMode (Window) |
inputType123 | "123" mode | ..InputMode (Window) |
inputTypeABC | "ABC" mode in uppercase characters | ..InputMode (Window) |
inputTypeDefault | Input mode optimized according to the characteristics of current control or default input mode defined by the user of Smartphone | ..InputMode (Window) |
inputTypeT9 | "T9" mode in lowercase characters | ..InputMode (Window) |
inputTypeT9Upper | "T9" mode in uppercase characters | ..InputMode (Window) |
inputTypeText | Retrieves the last input mode in lowercase characters (inputTypeT9 or inputType_abc) | ..InputMode (Window) |
inputTypeTextUpper | Retrieves the last input mode in uppercase characters (inputTypeT9Upper or inputTypeABC) | ..InputMode (Window) |
Invisible | Element status: Invisible element | ..State ..InitialState |
Versions 24 and lateriSignature_CAdES_B New in version 24iSignature_CAdES_B iSignature_CAdES_B | CAdES Basic electronic signature format. | ..SignatureMode, iPrintSignature, PDFSign |
Versions 24 and lateriSignature_CAdES_C New in version 24iSignature_CAdES_C iSignature_CAdES_C | CAdES C electronic signature format. | ..SignatureMode, iPrintSignature, PDFSign |
Versions 24 and lateriSignature_CAdES_T New in version 24iSignature_CAdES_T iSignature_CAdES_T | CAdES Trust token electronic signature format. | ..SignatureMode, iPrintSignature, PDFSign |
Versions 24 and lateriSignature_CAdES_X New in version 24iSignature_CAdES_X iSignature_CAdES_X | CAdES X Type 2 electronic signature format. | ..SignatureMode, iPrintSignature, PDFSign |
Versions 24 and lateriSignature_CAdES_XL New in version 24iSignature_CAdES_XL iSignature_CAdES_XL | CAdES XL Type 2 electronic signature format. | ..SignatureMode, iPrintSignature, PDFSign |
Versions 24 and lateriSignature_PKCS7 New in version 24iSignature_PKCS7 iSignature_PKCS7 | PKCS7 signature format. This is an Adobe standard format not approved by the ETSI and Chorus standards. | ..SignatureMode, iPrintSignature, PDFSign |
Versions 23 and laterlayoutHorizontalStacking New in version 23layoutHorizontalStacking layoutHorizontalStacking | The Layout control displays a cell per line, one below the other. | ..Layout |
Versions 23 and laterlayoutVerticalStacking New in version 23layoutVerticalStacking layoutVerticalStacking | The Layout control displays a cell per column, one beside the other. | ..Layout |
Versions 17 and laterLeftToRight New in version 17LeftToRight LeftToRight | Orientation of Organization chart: The root element of the organization chart is to the left of the control, and its children are to the right. | ..ElementOrientation |
Versions 23 and laterlldAutomatic New in version 23lldAutomatic lldAutomatic | Details of a row found in a browsing table: The links defined in the analysis are used to find the linked data files to display. | ..LinksLineDetails |
Versions 23 and laterlldNone New in version 23lldNone lldNone | Details of a row found in a browsing table: No link was defined. No detail is displayed in the browsing Table control when clicking the + sign or when double-clicking the row. | ..LinksLineDetails |
Versions 16 and laterlvmListView New in version 16lvmListView lvmListView | ListView displayed in listview mode. | ..ListViewMode |
Versions 16 and laterlvmPanorama New in version 16lvmPanorama lvmPanorama | ListView displayed in panorama mode. | ..ListViewMode |
Versions 16 and laterlvmSimpleList New in version 16lvmSimpleList lvmSimpleList | ListView displayed in list box mode. | ..ListViewMode |
Versions 17 and latermapModePlan New in version 17mapModePlan mapModePlan | Display mode of Map control: road map | ..MapMode |
Versions 17 and latermapModeSatellite New in version 17mapModeSatellite mapModeSatellite | Display mode of Map control: satellite mode | ..MapMode |
maskAAlphaNum | Input mask: Letter, then letters + digits | ..InputMask |
maskAAlphaNumUpper | Input mask: Uppercase letter, then uppercase letters + digits | ..InputMask |
maskAddressIP | IP address (example: 192.168.2.3). | ..InputMask |
maskAddressIPv6 | New format for the IP addresses of the following type: aaaa:bbbb:cccc:dddd:eeee:ffff:gggg:hhhh:iiii:jjjj | ..InputMask |
maskAddressMAC | MAC address in the following format: "aa:bb:cc:dd:ee:ff". | ..InputMask |
maskAlpha | Input mask: Letters | ..InputMask |
maskAlphaNum | Input mask: Letters + digits | ..InputMask |
maskAlphaNumUpper | Input mask: Letters in uppercase characters + digits | ..InputMask |
maskAlphaUpper | Input mask: Letters in uppercase characters | ..InputMask |
maskBankAccountNumber | Bank account number according to the IBAN standard: two letters (country code) + two digits (control key) + 11 to 30 digits/letters | ..InputMask |
maskCardNumberAmericanExpress | Number of credit card for American Express on 15 digits. | ..InputMask |
maskCardNumberMasterCard | Number of credit card for MasterCard on 16 digits. | ..InputMask |
maskCardNumberVisa | Number of credit card for Visa on 16 digits. | ..InputMask |
Versions 16 and latermaskDateEmail New in version 16maskDateEmail 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 |
Versions 25 and latermaskDateEmailUTC New in version 25maskDateEmailUTC 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 |
Versions 25 and latermaskDateInternet New in version 25maskDateInternet 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 |
Versions 25 and latermaskDateInternetUTC New in version 25maskDateInternetUTC 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 |
Versions 18 and latermaskDateRelativeDuration New in version 18maskDateRelativeDuration 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 | ..InputMask |
maskEmailMultiple | Email addresses separated by the ";" character. | ..InputMask |
maskEmailRFC2822 | Email address checking the syntax defined in the RFC2822 and checking the top level domain when exiting from a control. | ..InputMask |
maskEmailRFC2822Multiple | Email addresses separated by the ";" character. These email addresses check the syntax defined in RFC2822 and the top level domain in control output. | ..InputMask |
maskFileName | Input mask: File name and path | ..InputMask |
maskFileNoFolder | Input mask: File name (without its directories) | ..InputMask |
maskFileSize | Numeric mask for the file and disk sizes. | ..DisplayMask ..InputMask |
maskFUpper | Input mask: First letter in uppercase character | ..InputMask |
maskINSEE | Input mask: INSEE number | ..InputMask |
maskINSEEKey | Input mask: INSEE number + Key | ..InputMask |
maskISBN10 | ISBN number on 10 digits. | ..InputMask |
maskISBN13 | ISBN number on 13 digits. | ..InputMask |
maskLower | Input mask: All in lowercase characters | ..InputMask |
maskNone | Input mask: No input mask | ..InputMask |
maskNum | Input mask: Digits | ..InputMask |
maskNumPlus | Input mask: Digits, '+', ' ', '.', '-', ',' | ..InputMask |
maskPatronymic | Letters + Digits + Space + Quote + Dash | ..InputMask |
maskPatronymicUpper | Uppercase Letters + Digits + Space + Quote + Dash | ..InputMask |
maskPersonID_Australia | Australian social security number (Tax File Number - TFN). | ..InputMask |
maskPersonID_Belgium | Belgium social security number (National number). | ..InputMask |
maskPersonID_Brazil | Brazilian social security number (Cadastro de Pessoas fisicas). | ..InputMask |
maskPersonID_Canada | Canadian social security number (Social insurance number). | ..InputMask |
maskPersonID_Greece | Greek social security number (Identity card). | ..InputMask |
maskPersonID_Italy | Italian social security number (Codice fiscale). | ..InputMask |
maskPersonID_Netherlands | Dutch social security number (Sofinummer). | ..InputMask |
maskPersonID_Singapore | Singaporean social security number (National Registration Identity Card). | ..InputMask |
maskPersonID_Spain | Spanish social security number (Numero de identificacion de Extranjeros). | ..InputMask |
maskPersonID_UK | British social security number (National Insurance Number). | ..InputMask |
maskPersonID_US | American social security number (Social Security Number). | ..InputMask |
maskPhone | Input mask: Phone number | ..InputMask |
Versions 20 and latermaskPhoneBelgium New in version 20maskPhoneBelgium maskPhoneBelgium | Phone number in Belgium format (with management of dialing codes, national and international numbers). | ..InputMask |
Versions 20 and latermaskPhoneCanada New in version 20maskPhoneCanada 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). | ..InputMask |
maskPhoneFrance | Phone number in French format (10 digits, grouped by 2). For example: "04 67 69 40 23" or "36 99". | ..InputMask |
Versions 20 and latermaskPhoneSwitzerland New in version 20maskPhoneSwitzerland maskPhoneSwitzerland | Phone number in Swiss format (0CC CCC CC CC or +41 CC CCC CC CC). | ..InputMask |
maskRIB | RIB number of account. | ..InputMask |
maskRomanNumeral | Roman numeral (for example: MCMLXXIV). | ..InputMask |
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. | ..InputMask |
maskSIRET | SIRET number of company: SIREN number followed by 4 digits + a control code (on one digit) calculated according to the Luhn algorithm. | ..InputMask |
Versions 17 and latermaskSystemCurrency New in version 17maskSystemCurrency 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 ..InputMask Function NumToString |
Versions 17 and latermaskSystemNumeral New in version 17maskSystemNumeral 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 ..InputMask Function NumToString |
Versions 17 and latermaskSystemTime New in version 17maskSystemTime maskSystemTime | Input/Display mask: Mask defined in the regional system parameters ("Regional options" in the control panel) | ..DisplayMask ..InputMask Function TimeToString |
maskUpper | Input mask: All in uppercase characters | ..InputMask |
Versions 24 and latermaskUUID128 New in version 24maskUUID128 maskUUID128 | 128-bit UUID without dashes. For example: "29ea9852143a46a4842aca811e5f8597". | ..InputMask |
Versions 24 and latermaskUUID128Raw New in version 24maskUUID128Raw maskUUID128Raw | 128-bit UUID with dashes. For example: "29ea9852-143a-46a4-842a-ca811e5f8597". | ..InputMask |
Versions 24 and latermaskUUID128WithBrace New in version 24maskUUID128WithBrace maskUUID128WithBrace | 128-bit UUID with braces. For example: "{29ea9852-143a-46a4-842a-ca811e5f8597}". | ..InputMask |
Versions 24 and latermaskUUID256 New in version 24maskUUID256 maskUUID256 | 128-bit UUID without dashes. For example: "c5c9b31729278ad9da1efc44c437b7d85 b57060f41e2bf4d0e112eadb77a6d0b". | ..InputMask |
maskZipCode | French zip code (including the overseas departments): number on 5 digits. | ..InputMask |
maskZipCodeAustralia | Australian zip code. | ..InputMask |
maskZipCodeAustria | Austrian zip code. | ..InputMask |
maskZipCodeBelgium | Belgium zip code. | ..InputMask |
maskZipCodeBrazil | Brazilian zip code. | ..InputMask |
maskZipCodeCanada | Canadian zip code. | ..InputMask |
maskZipCodeGermany | German zip code. | ..InputMask |
maskZipCodeGreece | Greek zip code. | ..InputMask |
maskZipCodeItaly | Italian zip code. | ..InputMask |
maskZipCodeNetherlands | Dutch zip code. | ..InputMask |
maskZipCodePortugal | Portuguese zip code. | ..InputMask |
maskZipCodeSingapore | Singaporean zip code. | ..InputMask |
maskZipCodeSpain | Spanish zip code. | ..InputMask |
maskZipCodeSwitzerland | Swiss zip code. | ..InputMask |
maskZipCodeUK | British zip code. | ..InputMask |
maskZipCodeUS | American zip code. | ..InputMask |
mergeNextCell | Merging table cells: merge the cell with the next cell (on the same row) | ..Merge |
mergeNextLine | Merging table cells: merge the cell with the cell on next row | ..Merge |
mergeNextTitle | Merging table cells: merge the title of next column | ..Merge |
mergeNone | Merging table cells: no merge is performed | ..Merge |
Versions 21 and latermodeAdjustmentColumns New in version 21modeAdjustmentColumns modeAdjustmentColumns | Adjustment mode of Spreadsheet control: All the columns are adjusted to the control width. | ..AdjustmentMode |
Versions 21 and latermodeAdjustmentNone New in version 21modeAdjustmentNone modeAdjustmentNone | Adjustment mode of Spreadsheet control: No scaling is performed. | ..AdjustmentMode |
Versions 21 and latermodeAdjustmentRows New in version 21modeAdjustmentRows modeAdjustmentRows | Adjustment mode of Spreadsheet control: All the rows are adjusted to the control height. | ..AdjustmentMode |
Versions 21 and latermodeAdjustmentRowsAndColumns New in version 21modeAdjustmentRowsAndColumns modeAdjustmentRowsAndColumns | Adjustment mode of Spreadsheet control: The worksheet is adjusted to the dimensions of Spreadsheet control. | ..AdjustmentMode |
Versions 23 and latermodeDisplayOnePage New in version 23modeDisplayOnePage modeDisplayOnePage | Display mode: The document is displayed as it will be printed. | ..DisplayMode |
Versions 23 and latermodeDisplayTwoPages New in version 23modeDisplayTwoPages modeDisplayTwoPages | Display mode: The document pages are displayed two by two on the screen. | ..DisplayMode |
Versions 23 and latermodeDisplayWeb New in version 23modeDisplayWeb modeDisplayWeb | Display mode: The document is displayed in the format of a Web page. | ..DisplayMode |
Versions 23 and latermodeUseMovement New in version 23modeUseMovement 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).
| ..UseMode |
Versions 23 and latermodeUseSelection New in version 23modeUseSelection 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).
| ..UseMode |
Versions 15 and laterMultimediaReaderAutomatic New in version 15MultimediaReaderAutomatic MultimediaReaderAutomatic | The Video control chooses the best multimedia player according to the file extension. | ..MultimediaReader |
Versions 15 and laterMultimediaReaderFlash New in version 15MultimediaReaderFlash MultimediaReaderFlash | The Video control will use the MacroMedia Flash player (adapted for the files whose extension is .FLV, .MP4, etc.) | ..MultimediaReader |
Versions 16 and laterMultimediaReaderNativeBrowser New in version 16MultimediaReaderNativeBrowser MultimediaReaderNativeBrowser | The Video control will use the native HTML 5 player. | ..MultimediaReader |
Versions 15 and laterMultimediaReaderQuicktime New in version 15MultimediaReaderQuicktime MultimediaReaderQuicktime | The Video control will use the Apple QuickTime player (adapted for the files whose extension is .MOV, .MP4, etc.) | ..MultimediaReader |
Versions 15 and laterMultimediaReaderWindowsMedia New in version 15MultimediaReaderWindowsMedia MultimediaReaderWindowsMedia | The Video control will use the Windows Media player (adapted for the files whose extension is .WMV, .ASF, .AVI, etc.) | ..MultimediaReader |
NotFound | Element status: The window is closed | ..State |
OutsideScreen | Active window displayed outside the visible area | ..State |
PopupMenuDisabled | Disables the system and Euro popup menus. | ..PopupMenu |
PopupMenuSystem | Used to disable the display of menu options specific to the AAFs (Automatic Application Features). Only the Windows popup 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, ..."). | ..PopupMenu |
Versions 15 and laterProgressBarDefault New in version 15ProgressBarDefault ProgressBarDefault | System progress bar used by Windows 7: Restores the default behavior. | ..ProgressBarSystem |
Versions 15 and laterProgressBarNone New in version 15ProgressBarNone ProgressBarNone | System progress bar used by Windows 7: The display of progress bar is disabled. | ..ProgressBarSystem |
Versions 15 and laterProgressBarStatusBar New in version 15ProgressBarStatusBar ProgressBarStatusBar | System progress bar used by Windows 7: The progress bar of taskbar is used. | ..ProgressBarSystem |
Versions 21 and laterptAutomatic New in version 21ptAutomatic ptAutomatic | WINDEV automatically chooses the best attach point for the Wire control. | ..AttachPointEnd, ..AttachPointStart |
Versions 21 and laterptBottomCenter New in version 21ptBottomCenter ptBottomCenter | The attach point for the Wire control is positioned in the middle of bottom border of control. | ..AttachPointEnd, ..AttachPointStart |
Versions 21 and laterptMiddleLeft New in version 21ptMiddleLeft ptMiddleLeft | The attach point for the Wire control is positioned in the middle of left border of control. | ..AttachPointEnd, ..AttachPointStart |
Versions 21 and laterptMiddleRight New in version 21ptMiddleRight ptMiddleRight | The attach point for the Wire control is positioned in the middle of right border of control. | ..AttachPointEnd, ..AttachPointStart |
Versions 21 and laterptTopCenter New in version 21ptTopCenter ptTopCenter | The attach point for the Wire control is positioned in the middle of top border of control. | ..AttachPointEnd, ..AttachPointStart |
Versions 21 and laterpvtAllCollapsed New in version 21pvtAllCollapsed 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 |
Versions 21 and laterpvtAllExpanded New in version 21pvtAllExpanded 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 |
Versions 21 and laterpvtLikeTheControl New in version 21pvtLikeTheControl 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 |
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 by programming with TableSelectPlus. This row will be selected via the selection bar. | ..State ..InitialState |
Versions 15 and latersecHtmlMaxi New in version 15secHtmlMaxi secHtmlMaxi | No script is run (javascript, vbscript, ...). No ActiveX or plugin is displayed or run. | ..SecurityHtml |
Versions 15 and latersecHtmlNone New in version 15secHtmlNone secHtmlNone | The scripts are run. The ActiveX or plugins are displayed and run. Remark: The scripts will not be run in the control if the ..State property of control corresponds to Inactive or Grayed. | ..SecurityHtml |
Versions 21 and latershapeArrow New in version 21shapeArrow shapeArrow | Shape of wire extremity: Arrow | ..ShapeExtremityEnd, ..ShapeExtremityStart |
Versions 21 and latershapeCircle New in version 21shapeCircle shapeCircle | Shape of wire extremity: Circle | ..ShapeExtremityEnd, ..ShapeExtremityStart |
Versions 21 and latershapeDiamond New in version 21shapeDiamond shapeDiamond | Shape of wire extremity: Diamond | ..ShapeExtremityEnd, ..ShapeExtremityStart |
Versions 21 and latershapeNone New in version 21shapeNone shapeNone | Shape of wire extremity: None | ..ShapeExtremityEnd, ..ShapeExtremityStart |
Versions 21 and latershapeSquare New in version 21shapeSquare shapeSquare | Shape of wire extremity: Square | ..ShapeExtremityEnd, ..ShapeExtremityStart |
Versions 21 and latershapeTriangle New in version 21shapeTriangle shapeTriangle | Shape of wire extremity: Triangle | ..ShapeExtremityEnd, ..ShapeExtremityStart |
Versions 19 and laterskAlt New in version 19skAlt skAlt | Control key: Alt key | ..ShortcutKey |
Versions 19 and laterskControl New in version 19skControl skControl | Control key: Ctrl key | ..ShortcutKey |
Versions 19 and laterskShift New in version 19skShift skShift | Control key: Shift key | ..ShortcutKey |
Versions 19 and laterslLinkAll New in version 19slLinkAll slLinkAll | Gantt Chart column: All the links are displayed. | ..DisplayLink |
Versions 19 and laterslLinkNone New in version 19slLinkNone slLinkNone | Gantt Chart column: No link is displayed. | ..DisplayLink |
Versions 19 and laterslLinkSelection New in version 19slLinkSelection slLinkSelection | Gantt Chart column: Only the links of the selected task are displayed. | ..DisplayLink |
styleCrossHatch | Background style for the cells, rows and columns found in tables and in treeview tables: Hatches such as +++++ | ..BrushStyle |
styleDefault | Background style for the cells, rows and columns found in tables and in treeview tables: default style | ..BrushStyle |
styleDiagonalCrossHatch | Background style for the cells, rows and columns found in tables and in treeview tables: Hatches such as xxxxx | ..BrushStyle |
styleGradient | Background style for the cells, rows and columns found in tables and in treeview tables: default style | ..BrushStyle |
styleHorizontalHatch | Background style for the cells, rows and columns found in tables and in treeview tables: Hatching such as ----- | ..BrushStyle |
styleLeftDiagonalHatch | Background style for the cells, rows and columns found in tables and in treeview tables: Hatching such as ///// | ..BrushStyle |
styleRightDiagonalHatch | Background style for the cells, rows and columns found in tables and in treeview tables: Hatches such as \\\\\\ | ..BrushStyle |
styleTube | Background style for the cells, rows and columns found in tables and in treeview tables: default style | ..BrushStyle |
styleVerticalHatch | Background style for the cells, rows and columns found in tables and in treeview tables: Hatching such as | | | | | | ..BrushStyle |
Versions 23 and latersyncAddition New in version 23syncAddition syncAddition | Automatic synchronization of browsing Table controls: Synchronization when adding a record into the HFSQL Client/Server data file. | ..SynchroHFSQL |
Versions 23 and latersyncDeletion New in version 23syncDeletion syncDeletion | Automatic synchronization of browsing Table controls: Synchronization when deleting a record from the HFSQL Client/Server data file. | ..SynchroHFSQL |
Versions 23 and latersyncModification New in version 23syncModification syncModification | Automatic synchronization of browsing Table controls: Synchronization when modifying a record in the HFSQL Client/Server data file. | ..SynchroHFSQL |
Versions 23 and latersyncNone New in version 23syncNone syncNone | Automatic synchronization of browsing Table controls: No synchronization is performed. | ..SynchroHFSQL |
tdDefault | Default writing direction, defined for the current language in the editor | ..TextDirection |
tdLeftToRight | Writing direction forced from left to right | ..TextDirection |
tdRightToLeft | Writing direction forced from right to left | ..TextDirection |
Versions 17 and laterTopToBottom New in version 17TopToBottom TopToBottom | Orientation of Organization chart: The root element of the organization chart is located at the top of control, and its children are at the bottom. | ..ElementOrientation |
Versions 21 and latertrsImage New in version 21trsImage trsImage | Management of transparency mode: The image transparency is kept. | ..TransparencyMode |
Versions 21 and latertrsMagenta New in version 21trsMagenta trsMagenta | Management of transparency mode: The magenta color found in the image will be transparent during the display. | ..TransparencyMode |
Versions 21 and latertrsTopLeftCorner New in version 21trsTopLeftCorner 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 |
typActiveX | Type of element: ActiveX control | ..Type, ControlTypeInfo, ControlCreate |
typAttribute | Type of element: Looper attribute | ..Type, ControlTypeInfo |
typBarCode | Type of element: Bar Code control | ..Type, ControlTypeInfo, ControlCreate |
typBreak | Type of element: Break in a Looper control | ..Type, ControlTypeInfo |
typButton | Type of element: Button control | ..Type, ControlTypeInfo, ControlCreate |
typCalendar | Type of element: Calendar control | ..Type, ControlTypeInfo, ControlCreate |
Versions 16 and latertypCaptcha New in version 16typCaptcha typCaptcha | Type of element: Captcha control | ..Type, ControlTypeInfo |
typCarousel | Type of element: Carousel | ..Type, ControlTypeInfo, ControlCreate |
typCell | Type of element: Cell control | ..Type, ControlTypeInfo |
Versions 23 and latertypCellLayout New in version 23typCellLayout typCellLayout | Type of element: Cell in a Layout control | ..Type, ControlTypeInfo |
Versions 17 and latertypCellPageLayout New in version 17typCellPageLayout typCellPageLayout | Type of element: Cell control used for Zoning layout. | ..Type, ControlTypeInfo |
typChart | Type of element: Chart control | ..Type, ControlTypeInfo, ControlCreate |
typCheckBox | Type of element: Check Box control | ..Type, ControlTypeInfo, ControlCreate |
typClick | Type of element: Click Area control | ..Type, ControlTypeInfo, ControlCreate |
typColumn | Type of element: Table column | ..Type, ControlTypeInfo, ControlCreate |
typComboNE | Type of element: Non-editable Combo Box control | ..Type, ControlTypeInfo, ControlCreate |
typComboWE | Type of element: Editable Combo Box control | ..Type, ControlTypeInfo, ControlCreate |
Versions 22 and latertypConference New in version 22typConference typConference | Type of element: Conference control | ..Type, ControlTypeInfo, ControlCreate |
Versions 15 and latertypControlTemplate New in version 15typControlTemplate typControlTemplate | Type of element: Control template | ..Type, ControlTypeInfo |
typCube | Type of element: Cube control | ..Type, ControlTypeInfo, ControlCreate |
typCurrency | Type of element: Currency edit control | ..Type, ControlTypeInfo, ControlCreate |
Versions 19 and latertypDashboard New in version 19typDashboard typDashboard | Type of element: Dashboard control | ..Type, ControlTypeInfo,
ControlCreate |
typDate | Type of element: Date edit control | ..Type, ControlTypeInfo, ControlCreate |
typDrawer | Type of element: Drawer control | ..Type, ControlTypeInfo, ControlCreate |
typDuration | Type of element: Duration edit control | ..Type, ControlTypeInfo, ControlCreate |
Versions 21 and latertypeSignatureApproval New in version 21typeSignatureApproval typeSignatureApproval | Type of signature: Approval signature. | ..SignatureType |
Versions 21 and latertypeSignatureCertification New in version 21typeSignatureCertification typeSignatureCertification | Type of signature: Certification signature. | ..SignatureType |
typFlash | Type of element: Flash control | ..Type, ControlTypeInfo |
typFlex | Type of element: Flex control | ..Type, ControlTypeInfo |
typFormattedControl | Type of element: Formatted display control | ..Type, ControlTypeInfo |
Versions 19 and latertypGantt New in version 19typGantt typGantt | Type of element: Gantt Chart column | ..Type, ControlTypeInfo, ControlCreate |
typGrp | Type of element: Group of controls | ..Type, ControlTypeInfo |
Versions 15 and latertypHorizontalLooper New in version 15typHorizontalLooper typHorizontalLooper | Type of element: Linear Looper control | ..Type, ControlTypeInfo |
typHorizontalRule | Type of element: Line control | ..Type, ControlTypeInfo |
typHTML | Type of element: HTML Static control | ..Type, ControlTypeInfo, ControlCreate |
typHTMLControl | Type of element: HTML control | ..Type, ControlTypeInfo |
typHTMLStatic | Type of element: HTML Static control | ..Type, ControlTypeInfo |
typIFrame | Type of element: iFrame control | ..Type, ControlTypeInfo |
typImage | Type of element: Image control | ..Type, ControlTypeInfo, ControlCreate |
Versions 23 and latertypImageEditor New in version 23typImageEditor typImageEditor | Type of element: Image Editor control | ..Type, ControlTypeInfo,
ControlCreate |
Versions 20 and latertypInfiniteProgressBar New in version 20typInfiniteProgressBar typInfiniteProgressBar | Type of element: Infinite Progress Bar control | ..Type, ControlTypeInfo, ControlCreate |
typInputCurrency | Type of element: Currency edit control | ..InputType |
typInputDate | Type of element: Date edit control | ..InputType, ControlTypeInfo |
typInputDuration | Type of element: Duration edit control | ..InputType |
typInputNum | Type of element: Numeric edit control (real, integer, ...) | ..InputType |
typInputNumericPrecise | Type of element: Numeric edit control | ..InputType |
typInputText | Type of element: Text edit control | ..InputType |
typInputTime | Type of element: Time edit control | ..InputType |
typInternalPage | Type of element: Internal page | ..Type, ControlTypeInfo |
typInternalWindow | Type of element: Internal window | ..Type, ControlTypeInfo, ControlCreate |
typJava | Type of element: Java control | ..Type, ControlTypeInfo |
Versions 23 and latertypLayout New in version 23typLayout typLayout | Type of element: Layout control | ..Type, ControlTypeInfo |
typLink | Type of element: Link control | ..Type, ControlTypeInfo |
typList | Type of element: List Box control | ..Type, ControlTypeInfo, ControlCreate |
typListView | Type of element: ListView control | ..Type, ControlTypeInfo, ControlCreate |
typLooper | Type of element: Looper control | ..Type, ControlTypeInfo, ControlCreate |
Versions 20 and latertypMap New in version 20typMap typMap | Type of element: Map control | ..Type, ControlTypeInfo, ControlCreate |
typMapArea | Type of element: Clickable Image control | ..Type, ControlTypeInfo |
Versions 18 and latertypMenuControl New in version 18typMenuControl typMenuControl | Type of element: Menu control of WEBDEV page | ..Type, ControlTypeInfo |
typMenuOption | Type of element: Menu option | ..Type, ControlTypeInfo |
Versions 17 and latertypMultilineZone New in version 17typMultilineZone typMultilineZone | Type of element: Multiline Zone control | ..Type, ControlTypeInfo, ControlCreate |
Versions 18 and latertypMultimedia New in version 18typMultimedia typMultimedia | Type of element: Multimedia control | ..Type, ControlTypeInfo, ControlCreate |
Versions 23 and latertypNativeContainer New in version 23typNativeContainer typNativeContainer | Type of element: Native Container control | ..Type, ControlTypeInfo, ControlCreate |
Versions 21 and latertypNavigationBar New in version 21typNavigationBar typNavigationBar | Type of element: Navigation Bar | ..Type, ControlTypeInfo |
Versions 21 and latertypNavigationBarCell New in version 21typNavigationBarCell typNavigationBarCell | Type of element: Cell control found in a Navigation Bar control. | ..Type, ControlTypeInfo |
typNum | Type of element: Numeric edit control | ..Type, ControlTypeInfo, ControlCreate |
typOle | Type of element: OLE control | ..Type, ControlTypeInfo, ControlCreate |
Versions 17 and latertypOrganizationChart New in version 17typOrganizationChart typOrganizationChart | Type of element: Organization Chart control | ..Type, ControlTypeInfo, ControlCreate |
Versions 15 and latertypOrganizer New in version 15typOrganizer typOrganizer | Type of element: Organizer control | ..Type, ControlTypeInfo, ControlCreate |
typPage | Type of element: Page | ..Type, ControlTypeInfo |
typPager | Type of element: Pager control | ..Type, ControlTypeInfo |
Versions 24 and latertypPannel New in version 24typPannel typPannel | Type of element: Dockable Panel control | ..Type, ControlTypeInfo, ControlCreate |
Versions 23 and latertypPDFReader New in version 23typPDFReader typPDFReader | Type of element: PDF Reader control | ..Type, ControlTypeInfo,
ControlCreate |
typPeelingCorner | Type of element: Peeling Corner control | ..Type, ControlTypeInfo |
Versions 18 and latertypPivotTable New in version 18typPivotTable typPivotTable | Type of element: Pivot Table control | ..Type, ControlTypeInfo, ControlCreate |
Versions 17 and latertypPopup New in version 17typPopup typPopup | Type of element: Popup control | ..Type, ControlTypeInfo |
typProgressBar | Type of element: Progress Bar control | ..Type, ControlTypeInfo, ControlCreate |
Versions 18 and latertypRangeSlider New in version 18typRangeSlider typRangeSlider | Type of element: Range Slider control | ..Type, ControlTypeInfo |
Versions 24 and latertypRangeSlider New in version 24typRangeSlider typRangeSlider | Type of element: Range Slider control | ..Type, ControlTypeInfo, ControlCreate |
Versions 17 and latertypRating New in version 17typRating typRating | Type of element: Rating control | ..Type, ControlTypeInfo, ControlCreate |
Versions 21 and latertypRepositionableNote New in version 21typRepositionableNote typRepositionableNote | Type of element: Repositionable Note control | ..Type, ControlTypeInfo, ControlCreate |
Versions 17 and latertypRibbon New in version 17typRibbon typRibbon | Type of element: Ribbon control | ..Type, ControlTypeInfo, ControlCreate |
Versions 20 and latertypRibbonGroup New in version 20typRibbonGroup typRibbonGroup | Type of element: Ribbon grouping | ..Type, ControlTypeInfo |
typRichTextArea or typTextArea (Previous versions) | Type of element: Text Area control | ..Type |
typRotativeSlider | Type of element: Round Slider control | ..Type, ControlTypeInfo, ControlCreate |
Versions 16 and latertypScheduler New in version 16typScheduler typScheduler | Type of element: Scheduler control | ..Type, ControlTypeInfo, ControlCreate |
typScrollbar | Type of element: Scrollbar control | ..Type, ControlTypeInfo, ControlCreate |
Versions 22 and latertypScrollingBanner New in version 22typScrollingBanner typScrollingBanner | Type of element: Sliding Banner | ..Type, ControlTypeInfo |
typSelect | Type of element: Radio Button control | ..Type, ControlTypeInfo, ControlCreate |
typShape | Type of element: Shape control | ..Type, ControlTypeInfo, ControlCreate |
typSilverlight | Type of element: SilverLight control | ..Type, ControlTypeInfo |
typSiteMap | Type of element: Site Map control | ..Type, ControlTypeInfo |
typSiteMapPath | Type of element: Breadcrumb | ..Type, ControlTypeInfo |
typSlider | Type of element: Slider control | ..Type, ControlTypeInfo, ControlCreate |
Versions 22 and latertypSlidingBannerPlane New in version 22typSlidingBannerPlane typSlidingBannerPlane | Type of element: Plane associated with a Sliding Banner control | ..Type, ControlTypeInfo |
Versions 18 and latertypSocialLink New in version 18typSocialLink typSocialLink | Type of element: Social Link control | ..Type, ControlTypeInfo |
typSpin | Type of element: Spin control | Type, ControlTypeInfo, ControlCreate |
typSplitter | Type of element: Splitter control | ..Type, ControlTypeInfo, ControlCreate |
Versions 20 and latertypSpreadsheet New in version 20typSpreadsheet typSpreadsheet | Type of element: Spreadsheet control | ..Type, ControlTypeInfo,
ControlCreate |
typStatic | Type of element: Static control | ..Type, ControlTypeInfo, ControlCreate |
typStatusBarBox | Type of element: Cell in the status bar | ..Type |
typSuperControl | Type of element: Supercontrol | ..Type, ControlTypeInfo, ControlCreate |
Versions 24 and latertypSwitch New in version 24typSwitch typSwitch | Type of element: Switch control | ..Type, ControlTypeInfo, ControlCreate |
Versions 24 and latertypSwitchOption New in version 24typSwitchOption typSwitchOption | Type of element: Option of a Switch control | ..Type, ControlTypeInfo |
typTab | Type of element: Tab control | ..Type, ControlTypeInfo, ControlCreate |
typTable | Type of element: Table control | ..Type, ControlTypeInfo, ControlCreate |
Versions 19 and latertypTabPane New in version 19typTabPane typTabPane | Type of element: Tab pane | ControlCreate |
typText | Type of element: Text edit control | ..Type, ControlTypeInfo, ControlCreate |
typThumbnail | Type of element: Thumbnail control | ..Type, ControlTypeInfo |
typTime | Type of element: Time edit control | ..Type, ControlTypeInfo, ControlCreate |
typToolbar | Type of element: Toolbar control | ..Type, ControlTypeInfo, ControlCreate |
typToolbox | Type of element: Sidebar control | ..Type, ControlTypeInfo, ControlCreate |
Versions 15 and latertypTreeMap New in version 15typTreeMap typTreeMap | Type of element: TreeMap control | ..Type, ControlTypeInfo, ControlCreate |
typTreeView | Type of element: TreeView control | ..Type, ControlTypeInfo, ControlCreate |
typTreeviewTable | Type of element: TreeView Table control | ..Type, ControlTypeInfo, ControlCreate |
Versions 15 and latertypUpload New in version 15typUpload typUpload | Type of element: Upload control | ..Type, ControlTypeInfo |
Versions 15 and latertypVideo New in version 15typVideo typVideo | Type of element: Video control | ..Type, ControlTypeInfo |
typWebCam | Type of element: Web Camera control | ..Type, ControlTypeInfo, ControlCreate |
Versions 22 and latertypWebComponent New in version 22typWebComponent typWebComponent | Type of element: Web Component control | ..Type, ControlTypeInfo |
typWin | Type of element: Window | ..Type, ControlTypeInfo |
Versions 21 and latertypWire New in version 21typWire typWire | Type of element: Wire control | ..Type, ControlTypeInfo, ControlCreate |
Versions 22 and latertypWordProcessing New in version 22typWordProcessing typWordProcessing | Type of element: Word Processing control | ..Type, ControlTypeInfo, ControlCreate |
typXaml | Type of element: Xaml control | ..Type, ControlTypeInfo, ControlCreate |
vaAbove | Vertical alignment of control: Vertical alignment above the line, in superscript (correspond to the CSS "super" value) | ..VerticalAlignment |
vaAuto | Vertical alignment of control: Automatic vertical alignment (correspond to the CSS "auto" value) | ..VerticalAlignment |
vaBaseline | Vertical alignment of control: Vertical alignment according to the base line (correspond to the CSS "baseline" value) | ..VerticalAlignment |
vaBelow | Vertical alignment of control: Vertical alignment below the line, in subscript (correspond to the CSS "sub" value) | ..VerticalAlignment |
vaBottom | Vertical alignment of control: Text aligned at bottom | ..VerticalAlignment |
vaMiddle | Vertical alignment of control: Text aligned in the middle | ..VerticalAlignment |
vaNotDefined | Vertical alignment of control: Vertical alignment inherited from the parent | ..VerticalAlignment |
vaTextBottom | Vertical alignment of control: Vertical alignment flushed to the bottom (correspond to the CSS "text-bottom" value) | ..VerticalAlignment |
vaTextTop | Vertical alignment of control: Vertical alignment flushed to the top (correspond to the CSS "text-top" value) | ..VerticalAlignment |
vaTop | Vertical alignment of control: Text aligned at the top | ..VerticalAlignment |
Versions 15 and laterveBlueShade New in version 15veBlueShade veBlueShade | A blue shade is displayed on the control or on the group of controls. | ..VisualEffect |
Versions 15 and laterveDdw New in version 15veDdw veDdw | The control or the group of controls is grayed: the visual effect is identical to the one used by the DDW feature (Dim Disabled Windows). | ..VisualEffect |
Versions 15 and laterveNone New in version 15veNone veNone | No specific visual effect is applied to the control or to the group of controls. The display corresponds to a standard display. | ..VisualEffect |
Versions 21 and laterweAddRepositionableNote New in version 21weAddRepositionableNote weAddRepositionableNote | Authorization to modify: The end user can add a repositionable note into the window. | ..WinEditAllowed, ..WinEditMode |
Versions 21 and laterweAddWire New in version 21weAddWire weAddWire | Authorization to modify: The end user can add a wire between several controls. | ..WinEditAllowed, ..WinEditMode |
Versions 21 and laterweChangeTooltip New in version 21weChangeTooltip weChangeTooltip | Authorization to modify: The end user can modify the tooltips of controls. | ..WinEditAllowed, ..WinEditMode |
Versions 21 and laterweChangeWire New in version 21weChangeWire weChangeWire | Authorization to modify: The end user can modify the wires between the controls. | ..WinEditAllowed, ..WinEditMode |
Versions 21 and laterweMoveControl New in version 21weMoveControl weMoveControl | Authorization to modify: The end user can move the controls. | ..WinEditAllowed, ..WinEditMode |
Versions 21 and laterweMultiSelection New in version 21weMultiSelection weMultiSelection | Authorization to modify: The end user can select several controls at the same time. | ..WinEditAllowed, ..WinEditMode |
Versions 21 and laterwePosition New in version 21wePosition wePosition | Authorization to modify: The end user can move the controls. | ..WinEditAllowed, ..WinEditMode |
Versions 21 and laterweSelection New in version 21weSelection weSelection | Authorization to modify: The end user can select the controls. | ..WinEditAllowed, ..WinEditMode |
Versions 21 and laterweSize New in version 21weSize weSize | Authorization to modify: The end user can modify the size of controls. | ..WinEditAllowed, ..WinEditMode |
Versions 21 and laterwireOriginStartControl New in version 21wireOriginStartControl wireOriginStartControl | Coordinates of passing point: The coordinates are relative to the top left point of start control for the Wire control. | ..OriginPassingPoint |
Versions 21 and laterwireOriginStartPoint New in version 21wireOriginStartPoint wireOriginStartPoint | Coordinates of passing point: The coordinates are relative to the start point of Wire control. | ..OriginPassingPoint |
Versions 21 and laterwireOriginWindow New in version 21wireOriginWindow wireOriginWindow | Coordinates of passing point: The coordinates are relative to the origin of window. | ..OriginPassingPoint |
zoomAdaptHeight | Displays the image full height in the Image control | ..Zoom |
zoomAdaptSize | - Displays the entire image in the Image control.
Versions 20 and laterAdapts the zoom of Map control in order for all the markers of Map control to be visible. New in version 20Adapts the zoom of Map control in order for all the markers of Map control to be visible. Adapts the zoom of Map control in order for all the markers of Map control to be visible.
| ..Zoom |
zoomAdaptWidth | Displays the image full width in the Image control | ..Zoom |