CATDlgEditor Description |
| Quick Reference |
AbstractThe purpose of this article is to list the detailed properties of the widget CATDlgEditor in Interactive Dialog Designer. |
| Requirement | |
|---|---|
| Framework | Dialog |
| Module | DI0PANV2 |
| Property | Supported Values | Default Value | Description |
|---|---|---|---|
| Accelerator | The accelerator of the dialog object as a CATUnicodeString instance. | ||
| EditorType | Text Password Integer Float Double Alphabetical Numerical Alphanumerical |
Text | The type of content of the editor. |
| Enabled | true | Sets whether the widget is enabled. | |
| FirstColumn | 0 | The position of the first visible character in the line. | |
| FirstLine | 0 | The position of the first visible line. | |
| Help | The help message displayed in the message area of the status bar. | ||
| IconFocussed | The name of the icon when the dialog object is on focus | ||
| IconNormal | The name of the icon in its default state | ||
| IconSelected | The name of the icon when the dialog object is selected | ||
| LongHelp | The message is displayed in a box when the What's This command is used. | ||
| Magnitude | See CATDlgControl::CATDlgMagnitude definition. | None | Sets the magnitude to be used for the value displayed |
| MaxCharacterWidth | -1 | The maximum character count that a line can contain. | |
| MultiLine | false | Set to true if the text can extend on several lines. | |
| NoCarriageReturn | false | Set to true if the text doesn't include carriage return characters. | |
| NoScrollBar | false | Set to true if the editor has no scrollbars. | |
| Precision | -1 | Sets the precision to be used for the value displayed | |
| ReadOnly | false | Set to true if the text cannot be edited. | |
| ShortHelp | The short help message (or tooltip) of the dialog object. | ||
| Text | Text or number contained in the editor. | ||
| Title | Title or text content of the widget. | ||
| Unit | See CATDlgControl::CATDlgUnit definition. | None | Sets the unit to be used for the value displayed |
| UseDecimalPrecision | false | TRUE if the precision gives the number of digits to appear after the decimal point character, FALSE if the precision gives the number of significative digits | |
| Visible | true | Sets whether the widget is visible. | |
| VisibleTextHeight | 1 | The visible text height. | |
| VisibleTextWidth | 10 | The visible text width. | |
| Wrap | false | Set to true if the text automatically skips to the next line. |
| Event | Description |
|---|---|
| DragButton | Sent whenever a mouse drag mechanism starts on a button. |
| DragCancel | Sent whenever a mouse drag mechanism stops. |
| DragDrop | Sent whenever a mouse drop happens. This notification is sent by the target of the drag&drop operation. |
| DragDropEnd | Sent whenever a mouse drop happens.This notification is sent by the source of the drag&drop operation. |
| DragEnter | Sent whenever a mouse drag enters the window. |
| DragLeave | Sent whenever a mouse drag leaves the window. |
| DragOver | Sent whenever a mouse drag rolls over the window. |
| DragStart | Sent whenever a mouse drag mechanism begins. |
| GotFocus | Event notification sent by CATDlgEditor whenever it gets the keyboard focus. |
| HelpRequested | Sent whenever the object is selected using the What's This command. |
| LostFocus | Event notification sent by CATDlgEditor whenever it losts the keyboard focus. |
| Modify | Sent whenever a line is modified. |
| ModifyExt | Sent whenever a line is modified and the key Enter is pressed. |
| Resized | Sent whenever the object is resized. |
| SelectionChanged | Sent whenever the selection in entry field is changed. |
| VisibilityChanged | Sent whenever the object visibility is modified. |
| Version: 1 [Jul 2007] | Document created |