| | Name | Value | Description | |
| |
exMemoHScrollBar | 1
|
Adds the horizontal scroll bar to a MemoType or MemoDropDownType editor. By
default, the Editor.Option( exMemoHScrollBar ) is False. ( boolean expression
| |
| |
exMemoVScrollBar | 2
|
Adds the vertical scroll bar to a MemoType or MemoDropDownType editor. By
default, the Editor.Option( exMemoVScrollBar ) is False. ( boolean expression )
| |
| |
exEditRight | 3
|
Right-aligns text in a single-line or multiline edit control.
| |
| |
exEditDecimalSymbol | 4
|
Specifies the symbol that indicates the decimal values while editing a floating point number.
| |
| |
exEditPassword | 5
|
Displays all characters as an asterisk (*) as they are typed into the edit control.
| |
| |
exEditPasswordChar | 6
|
Specifies the password char for an edit control.
| |
| |
exEditLimitText | 7
|
Limits the length of the text that the user may enter into an edit control.
| |
| |
exProgressBarBackColor | 8
|
Specifies the background color for a progress bar editor.
| |
| |
exProgressBarAlignment | 9
|
Specifies the alignment of the progress bar caption.
| |
| |
exProgressBarMarkTicker | 10
|
Marks the outside rectangle of a progress bar.
| |
| |
exDateAllowNullDate | 11
|
Allows empty date to an DateType editor.
| |
| |
exEditSelStart | 48
|
Sets the starting point of text selected, when an EditType editor is opened. By
default, the exEditSelStart property is 0. If the exEditSelStart property is 0,
the text gets selected from the first character. If the exEditSelStart property
is -1, the cursor is placed at the end of the text. (long expression)
| |
| |
exEditSelLength | 49
|
Sets the number of characters selected, when an EditType editor is opened. By
default, the exEditSelLength property is -1. If the exEditSelLength is 0, no
text is selected, instead the exEditSelStart changes the position of the cursor.
If the exEditSelLength property is -1, the text from the exEditSelStart position
to the end gets selected. (long expression)
| |
| |
exEditAllowOverType | 200
|
Specifies whether the editor supports overtype mode. The option is valid for
EditType and MemoType editors. ( boolean expression, by default it is False ).
| |
| |
exEditOverType | 201
|
Retrieves or sets a value that indicates whether the editor is in insert or
overtype mode. The option is valid for EditType and MemoType editors. ( boolean
expression, by default it is False ).
| |
| |
exDateTodayCaption | 202
|
Specifies the caption for the 'Today' button in a DateType editor.
| |
| |
exDateMonths | 203
|
Specifies the name for months to be displayed in a DateType editor.
| |
| |
exDateWeekDays | 204
|
Specifies the shortcut for the weekdays to be displayed in a DateType editor.
| |
| |
exDateFirstWeekDay | 205
|
Specifies the first day of the week in a DateType editor.
| |
| |
exDateShowTodayButton | 206
|
Specifies whether the 'Today' button is visible or hidden in a DateType editor.
| |
| |
exDateMarkToday | 207
|
Gets or sets a value that indicates whether the today date is marked in a DateType editor.
| |
| |
exDateShowScroll | 208
|
Specifies whether the years scroll bar is visible or hidden in a DateType editor.
| |
| |
exDateWeeksHeader | 209
|
Sets or gets a value that indicates whether the weeks header is visible or hidden in a drop down date editor.
| |
| |
exSpinStep | 210
|
Specifies the proposed change when user clicks a spin control.
| |
| |
exDropDownBackColor | 55
|
exDropDownBackColor. Specifies the drop down's background color.
| |
| |
exDropDownForeColor | 56
|
exDropDownForeColor. Specifies the drop down's foreground color.
| |