| | |
Constant | Description | Used by the functions |
---|
Versions 19 and lateraiAutomaticOpening New in version 19aiAutomaticOpening aiAutomaticOpening | Configures the automatic opening for the list of choices. | AssistedInputConfigure |
Versions 19 and lateraiDelay New in version 19aiDelay aiDelay | Timeout before triggering the assisted input. | AssistedInputConfigure |
Versions 19 and lateraiFilter New in version 19aiFilter aiFilter | Filter that will be used for the assisted input. | AssistedInputConfigure |
Versions 19 and lateraiMinSize New in version 19aiMinSize aiMinSize | Number of characters in input before opening the list of choices. | AssistedInputConfigure |
Versions 19 and lateraiNoCase New in version 19aiNoCase aiNoCase | Taking the case and the accented characters into account. | AssistedInputConfigure |
Versions 22 and laterbrkFooter New in version 22brkFooter brkFooter | Type of break to create: Break footer. | BreakAdd |
Versions 22 and laterbrkHeader New in version 22brkHeader brkHeader | Type of break to create: Break header. | BreakAdd |
Versions 22 and laterbrkHeaderAndFooter New in version 22brkHeaderAndFooter brkHeaderAndFooter | Type of break to create: Break header and footer. | BreakAdd |
byCreationOrder | Order of enumeration: according to the creation order of controls. | EnumControl |
byTabOrder | Order of enumeration: according to the navigation order with the TAB key. | EnumControl |
byZOrder | Order of enumeration: according to the z-order position of controls, from the lowest one to the highest one. | EnumControl |
caRestore | Link between control and file: restore the initial file link. | ControlAlias |
ceNull | Type of error: The linked item is a HFSQL item that contains the NULL value. | ControlError |
feBrokenLink | Type of error: the value of linked item is not found. | ControlError |
feOverflow | Type of error: the control value is greater than the input/display mask defined for the control. | ControlError |
feReadField | Type of error: error while reading an item. | ControlError |
htmlBack | Browsing direction: Displays the previous page (equivalent to the "BACK/Previous" button of browser). | HTMLNavigate |
htmlForward | Browsing direction: Displays the next page (equivalent to the "FORWARD" button of browser). | HTMLNavigate |
htmlHome | Browsing direction: Displays the home page (equivalent to the "Home" button of browser). | HTMLNavigate |
htmlRefresh | Browsing direction: Refreshes the current page (equivalent to the "Refresh" button of browser). | HTMLNavigate |
Versions 25 and latericoBottom New in version 25icoBottom icoBottom | Error icon display: The icon is displayed below the control. | InvalidInputShowIcon |
Versions 25 and latericoLeft New in version 25icoLeft icoLeft | Error icon display: The icon is displayed to the left of the control. | InvalidInputShowIcon |
Versions 25 and latericoRight New in version 25icoRight icoRight | Error icon display: The icon is displayed to the right of the control. | InvalidInputShowIcon |
Versions 25 and latericoTop New in version 25icoTop icoTop | Error icon display: The icon is displayed above the control. | InvalidInputShowIcon |
paramIni | Type of backup for the persistent data: backup in a file in .INI format. | InitParameter |
paramRegistry | Type of backup for the persistent data: backup in the registry. | InitParameter |
paramString | Type of backup for the persistent data: read operation in an XML string. | InitParameter |
paramXML | Type of backup for the persistent data: backup in a file in XML format. | InitParameter |
reasonClick | Entry in the current control via a mouse click. | ControlInOutReason |
reasonCode | Entry in the current control via ReturnToCapture. | ControlInOutReason |
reasonKeyboard | Entry in the current control via the keyboard (TAB key, shortcut, etc.). | ControlInOutReason |
reasonOpening | Entry in the current control caused by the window opening. | ControlInOutReason |
rtfAlignment | Alignment of selected paragraphs. | RTFSelection |
rtfBackgroundColor | Background color of the text to retrieve or modify. | RTFSelection |
rtfBold | Bold characters to retrieve or modify. | RTFSelection |
rtfCaseSensitive | The search is case sensitive. | RTFSearch |
rtfColor | Color of the text to retrieve or modify. | RTFSelection |
rtfFontName | Name of font to retrieve or modify. | RTFSelection |
rtfFontSize | Font size (in pixels) to retrieve or modify. | RTFSelection |
rtfFullWord | Searches for the full words only. | RTFSearch |
rtfItalic | Italic characters to retrieve or modify. | RTFSelection |
rtfStrikethrough | Struck out characters to retrieve or modify. | RTFSelection |
rtfUnderlined | Underlined characters to retrieve or modify. | RTFSelection |
Versions 23 and laterrthOptionCompatible New in version 23rthOptionCompatible rthOptionCompatible | Used to restore the operating mode of version 22 (and earlier). | RTFToHTML |
Versions 23 and laterrthOptionNone New in version 23rthOptionNone rthOptionNone | New conversion mode used to manage the images and the tables. | RTFToHTML |
sbBoth | The horizontal and vertical scrollbars are displayed. | ScrollBarShow |
sbHorz | - The horizontal scrollbar is displayed.
- Handling the horizontal scrollbar.
| ScrollBarShow ScrollbarPosition |
sbVert | - The vertical scrollbar is displayed.
- Handling the vertical scrollbar.
| ScrollBarShow ScrollbarPosition |
Versions 24 and laterspellcheckCheckerType New in version 24spellcheckCheckerType spellcheckCheckerType | Allows you to select the type of spell checker used. | ConfigureSpellCheck |
spellcheckEnabled | Enables or disables the spelling checker of OpenOffice for all the edit controls. | ConfigureSpellCheck |
Versions 24 and laterspellcheckIntegratedChecker New in version 24spellcheckIntegratedChecker spellcheckIntegratedChecker | Type of spell checker used: the integrated spell checker will be used for all the edit controls of the application. | ConfigureSpellCheck |
spellcheckNation | Specifies the dictionary language that will be used. | ConfigureSpellCheck |
Versions 24 and laterspellcheckOpenOfficeChecker New in version 24spellcheckOpenOfficeChecker spellcheckOpenOfficeChecker | Type of spell checker used: the OpenOffice spell checker will be used for all the edit controls of the application. | ConfigureSpellCheck |
tDefault | Calculates the height or width of a text in pixels in an Edit or Combo Box control. | TextHeight, TextWidth |
tMultiline | Calculates the height or the width of a text displayed on several lines in an Edit control or in a Combo Box control (automatic or forced CR characters are taken into account). | TextHeight, TextWidth |
tooltipDelayBeforeOpening | Timeout before displaying the tooltips. | ToolTipDelay |
tooltipDelayDisplay | Display duration for the tooltips of controls. | ToolTipDelay |
tSingleLine | Calculates the height or width of a text displayed on a single line in an Edit control or in a Combo Box control (automatic CR characters are ignored). | TextHeight, TextWidth |
Versions 25 and latertWithMargin New in version 25tWithMargin tWithMargin | Calculates the height or width of a text in pixels in an Edit or Combo Box control, taking into account the margins set for the control (left indentation, right indentation, etc.). | TextHeight, TextWidth |