TcxRichEditProperties Members
Represents settings specific to rich text editors.Constructors
| Name | Description |
|---|---|
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| Name | Description |
|---|---|
| AdvancedTypography | Specifies whether advanced typography is enabled. Inherited from TcxCustomRichEditProperties. |
| Alignment | Defines the horizontal alignment of text displayed by a memo control. Inherited from TcxCustomMemoProperties. |
| AllowObjects | Specifies whether OLE operations are allowed in a rich edit control. Inherited from TcxCustomRichEditProperties. |
| AssignedValues | Contains the property flags that indicate which properties specific to a text editor have been changed. Inherited from TcxCustomTextEditProperties. |
| Automation | Provides access to editor UI Automation and accessibility-related settings. Inherited from TcxCustomEditProperties. |
| AutoSelect | Determines whether the memo control’s contents are automatically selected when the memo control receives focus. Inherited from TcxCustomMemoProperties. |
| AutoURLDetect | Specifies whether automatic URL detection is enabled. Inherited from TcxCustomRichEditProperties. |
| BeepOnError | Specifies whether to play the system default sound on a validation error. Inherited from TcxCustomEditProperties. |
| Buttons | Provides access to the collection of editor buttons. Inherited from TcxCustomEditProperties. |
| ButtonsViewStyle protected | Specifies how the editor displays content and embedded buttons. Inherited from TcxCustomEditProperties. |
| CharCase | Specifies the case of editor text. Inherited from TcxCustomTextEditProperties. |
| ClearKey | Specifies the keyboard shortcut to clear the editor entry. Inherited from TcxCustomEditProperties. |
| ClickKey | Specifies a key combination that raises the OnButtonClick click event for the default button within the editor. Inherited from TcxCustomEditProperties. |
| DisplayFormat | Specifies a formatting pattern for display text when the editor has no focus. Inherited from TcxCustomTextEditProperties. |
| EchoMode | Specifies the text display mode. Inherited from TcxCustomTextEditProperties. |
| EditFormat | Determines the manner in which the editor’s text is formatted when the editor is focused. Inherited from TcxCustomTextEditProperties. |
| ErrorIcon | Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation. Inherited from TcxCustomEditProperties. |
| HideCursor protected | Specifies whether the edit cursor is hidden. Inherited from TcxCustomTextEditProperties. |
| HideScrollBars | Determines whether the scrollbars disappear when they are not needed. Inherited from TcxCustomRichEditProperties. |
| HideSelection | Determines whether the visual indication of the selected text remains when the editor loses focus. Inherited from TcxCustomTextEditProperties. |
| Images | Specifies the collection of images used as editor button icons. Inherited from TcxCustomEditProperties. |
| ImeMode | Specifies the current mode of an Input Method Editor (IME). Inherited from TcxCustomTextEditProperties. |
| ImeName | Specifies the input method editor (IME) to use for converting keyboard input to Asian language characters. Inherited from TcxCustomTextEditProperties. |
| ImmediatePost | Indicates whether the edit value should be saved immediately after it has been modified. Inherited from TcxCustomEditProperties. |
| ImmediateUpdateText | Inherited from TcxCustomTextEditProperties. |
| IncrementalFiltering | Enables the incremental filtering feature for the editor’s drop-down list. Inherited from TcxCustomTextEditProperties. |
| IncrementalFilteringOptions | Specifies how incremental filtering is applied to the editor’s drop-down list. Inherited from TcxCustomTextEditProperties. |
| IncrementalSearch | Enables the automatic completion feature of an editor. Inherited from TcxCustomTextEditProperties. |
| IsChanging | Inherited from TcxCustomEditProperties. |
| LookupItems | Specifies the list of words required to implement the automatic completion feature within an editor. Inherited from TcxCustomTextEditProperties. |
| LookupItemsSorted | Specifies whether the automatic completion words list is sorted in alphabetical order. Inherited from TcxCustomTextEditProperties. |
| MaxLength | Specifies the maximum number of characters a user can enter into an editor. Inherited from TcxCustomTextEditProperties. |
| MaxValue | Specifies the maximum numeric value an editor can display. Inherited from TcxCustomTextEditProperties. |
| MemoMode | Specifies whether the rich text editor represents the rtf data as plaint text in the edit mode. Inherited from TcxCustomRichEditProperties. |
| MinValue | Specifies the minimum numeric value an editor can display. Inherited from TcxCustomTextEditProperties. |
| Nullstring protected | Specifies the display text for the Null value. Inherited from TcxCustomTextEditProperties. |
| OEMConvert | Determines whether characters typed in an editor are converted from ANSI to OEM and back to ANSI. Inherited from TcxCustomTextEditProperties. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| PasswordChar | Specifies the character (if any) to display in place of the actual characters typed into an editor. Inherited from TcxCustomTextEditProperties. |
| PlainText | Specifies whether a rich edit control represents the loaded rtf data as plain text along with rtf markup tags in the edit mode. Inherited from TcxCustomRichEditProperties. |
| ReadOnly | Specifies if the editor is in read-only mode. Inherited from TcxCustomEditProperties. |
| RichEditClass | Specifies the rich edit control’s version. Inherited from TcxCustomRichEditProperties. |
| ScrollBars | Determines whether a memo editor has scrollbars. Inherited from TcxCustomMemoProperties. |
| SelectionBar | Controls the visibility of the selection bar within a rich text editor. Inherited from TcxCustomRichEditProperties. |
| ShowPasswordRevealButton | Specifies if the editor configured for password input displays a “password reveal” button when the editor’s edit box is not Text. Inherited from TcxCustomTextEditProperties. |
| ShowURLHint | Inherited from TcxCustomRichEditProperties. |
| StreamModes | Specifies how to convert data that is being inserted to the editor. Inherited from TcxCustomRichEditProperties. |
| Transparent protected |
Deprecated. Specifies if editor background is transparent. Tip Use the control-level Transparent property instead of |
| UseDisplayFormatWhenEditing | Specifies if the editor applies the display text formatting pattern to content in edit mode. Inherited from TcxCustomTextEditProperties. |
| UseLeftAlignmentOnEditing | Specifies whether to align text to the left in edit mode. Inherited from TcxCustomEditProperties. |
| UseMouseWheel | Specifies whether the editor responds to mouse wheel rotation. Inherited from TcxCustomEditProperties. |
| UseNullString protected | Specifies whether the custom text will be displayed if the editor is empty. Inherited from TcxCustomTextEditProperties. |
| ValidateOnEnter | Specifies whether validation is performed when an end-user presses the Enter key. Inherited from TcxCustomEditProperties. |
| ValidationErrorIconAlignment | Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation. Inherited from TcxCustomEditProperties. |
| ValidationOptions | Contains a set of flags that specify how the editor handles and displays its validation errors. Inherited from TcxCustomEditProperties. |
| ValidChars | Specifies additional characters valid for a data-aware editor. Inherited from TcxCustomTextEditProperties. |
| ViewStyle | Specifies the view style of the text and buttons in a text editor. Inherited from TcxCustomTextEditProperties. |
| VisibleLineCount | Specifies the height (in text lines) of a memo editor. Inherited from TcxCustomMemoProperties. |
| WantReturns | Specifies whether a user can insert return characters into text. Inherited from TcxCustomMemoProperties. |
| WantTabs | Specifies whether a user can insert tab characters into text. Inherited from TcxCustomMemoProperties. |
| WordWrap | Determines whether long strings are wrapped within a memo editor. Inherited from TcxCustomMemoProperties. |
| ZoomFactor | Specifies the zoom factor of the editor’s content. Inherited from TcxCustomRichEditProperties. |
Methods
Events
| Name | Description |
|---|---|
| OnButtonClick | Allows you to execute custom code when a user clicks an embedded editor button. Inherited from TcxCustomEditProperties. |
| OnButtonGlyphDrawParameters | Allows you to customize the appearance of individual editor button glyphs. Inherited from TcxCustomEditProperties. |
| OnChange | Occurs on changing the value within an editor. Inherited from TcxCustomEditProperties. |
| OnClosePopup | Inherited from TcxCustomEditProperties. |
| OnEditValueChanged | Allows you to respond to edit value changes. Inherited from TcxCustomEditProperties. |
| OnGetAICommands | Allows you to modify the list of AI-powered commands available in the editor. Inherited from TcxCustomTextEditProperties. |
| OnNewLookupDisplayText | Allows you to respond to new user input that does not match one of the automatic completion list entries. Inherited from TcxCustomTextEditProperties. |
| OnPropertiesChanged | Occurs on every editor setting change. Inherited from TcxCustomEditProperties. |
| OnProtectChange | Occurs when a user attempts to modify text that is marked as protected. Inherited from TcxCustomRichEditProperties. |
| OnQueryInsertObject | Allows you to perform any actions prior to placing an object into a rich edit control. Inherited from TcxCustomRichEditProperties. |
| OnResizeRequest | Occurs when the text in a control has grown either too small or too large for the control’s window size. Inherited from TcxCustomRichEditProperties. |
| OnSaveClipboard | Occurs when the window of the rich text edit control is about to be destroyed and the edit control has delayed rendering of the text copied to the clipboard. Inherited from TcxCustomRichEditProperties. |
| OnSelectionChange | Occurs when the current selection changes. Inherited from TcxCustomRichEditProperties. |
| OnURLClick | Allows you to respond to clicks on URLs. Inherited from TcxCustomRichEditProperties. |
| OnURLHint | Inherited from TcxCustomRichEditProperties. |
| OnURLMove | Allows you to respond to hovering a link. Inherited from TcxCustomRichEditProperties. |
| OnValidate | Occurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties. |
See Also