TcxImageProperties Members
Stores image editor settings.Constructors
| Name | Description |
|---|---|
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| Name | Description |
|---|---|
| Alignment | Determines the alignment of the editor’s contents. Inherited from TcxCustomEditProperties. |
| AssignedValues | Contains the property flags that indicate which properties specific to an editor have been changed. Inherited from TcxCustomEditProperties. |
| Automation | Provides access to editor UI Automation and accessibility-related settings. Inherited from TcxCustomEditProperties. |
| AutoSelect | Determines whether the editor’s contents are automatically selected when the editor receives focus. Inherited from TcxCustomEditProperties. |
| 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. |
| Caption | Specifies the caption displayed when the image editor has no loaded image. Inherited from TcxCustomImageProperties. |
| Center | Specifies if the editor centers an image. Inherited from TcxCustomImageProperties. |
| 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. |
| CustomFilter | Specifies the file type filter for the “Open“ and “Save As“ picture dialogs. Inherited from TcxCustomImageProperties. |
| ErrorIcon | Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation. Inherited from TcxCustomEditProperties. |
| ExifAutoRotation | Specifies if the image editor rotates an image based on EXIF metadata. Inherited from TcxCustomImageProperties. |
| FitMode | Specifies how the image editor fits and positions an image. Inherited from TcxCustomImageProperties. |
| GraphicClass | Specifies the active image container class. Inherited from TcxCustomImageProperties. |
| GraphicClassName | Specifies the name of the editor image container class. Inherited from TcxCustomImageProperties. |
| GraphicTransparency | Specifies the background transparency for an image editor. Inherited from TcxCustomImageProperties. |
| Images | Specifies the collection of images used as editor button icons. Inherited from TcxCustomEditProperties. |
| ImmediatePost | Indicates whether the edit value should be saved immediately after it has been modified. Inherited from TcxCustomEditProperties. |
| IsChanging | Inherited from TcxCustomEditProperties. |
| MaxValue protected | Inherited from TcxCustomEditProperties. |
| MinValue protected | Specifies the maximum numeric value the editor can display. Inherited from TcxCustomEditProperties. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| PopupMenuLayout | Provides access to context menu layout settings. Inherited from TcxCustomImageProperties. |
| Proportional | Deprecated. This property exists for backward compatibility only. Use the FitMode property instead. Inherited from TcxCustomImageProperties. |
| ReadOnly | Specifies if the editor is in read-only mode. Inherited from TcxCustomEditProperties. |
| ShowFocusRect | Specifies if the image editor displays a rectangle when the editor has focus. Inherited from TcxCustomImageProperties. |
| Stretch | Deprecated. This property exists for backward compatibility only. Use the FitMode property instead. Inherited from TcxCustomImageProperties. |
| Transparent protected | Deprecated. Specifies if the editor background is transparent. Inherited from TcxCustomEditProperties. |
| 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. |
| 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. |
Methods
Events
| Name | Description |
|---|---|
| OnAssignPicture | Occurs when changes are made to the editor contents and new data needs to be saved. Inherited from TcxCustomImageProperties. |
| 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. |
| OnCustomClick | Occurs when a user clicks an additional popup menu item. Inherited from TcxCustomImageProperties. |
| OnEditValueChanged | Allows you to respond to edit value changes. Inherited from TcxCustomEditProperties. |
| OnGetGraphicClass | Occurs when the graphic class of the image assigned to an image editor, which is used as the in-place editor, is being determined. Inherited from TcxCustomImageProperties. |
| OnPropertiesChanged | Occurs on every editor setting change. Inherited from TcxCustomEditProperties. |
| OnValidate | Occurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties. |
See Also