Back to Devexpress

TcxCustomImageProperties Members

vcl-cximage-dot-tcxcustomimageproperties-dot-underscore-members.md

latest20.5 KB
Original Source

TcxCustomImageProperties Members

The base class for image editor appearance and behavior settings.

Constructors

NameDescription
Create(TPersistent)Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

NameDescription
AlignmentDetermines the alignment of the editor’s contents. Inherited from TcxCustomEditProperties.
AssignedValues protectedContains the property flags that indicate which properties specific to an editor have been changed. Inherited from TcxCustomEditProperties.
AutomationProvides access to editor UI Automation and accessibility-related settings. Inherited from TcxCustomEditProperties.
AutoSelectDetermines whether the editor’s contents are automatically selected when the editor receives focus. Inherited from TcxCustomEditProperties.
BeepOnErrorSpecifies whether to play the system default sound on a validation error. Inherited from TcxCustomEditProperties.
ButtonsProvides access to the collection of editor buttons. Inherited from TcxCustomEditProperties.
ButtonsViewStyle protectedSpecifies how the editor displays content and embedded buttons. Inherited from TcxCustomEditProperties.
CaptionSpecifies the caption displayed when the image editor has no loaded image.
CenterSpecifies if the editor centers an image.
ClearKeySpecifies the keyboard shortcut to clear the editor entry. Inherited from TcxCustomEditProperties.
ClickKeySpecifies a key combination that raises the OnButtonClick click event for the default button within the editor. Inherited from TcxCustomEditProperties.
CustomFilterSpecifies the file type filter for the “Open“ and “Save As“ picture dialogs.
ErrorIconSpecifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation. Inherited from TcxCustomEditProperties.
ExifAutoRotationSpecifies if the image editor rotates an image based on EXIF metadata.
FitModeSpecifies how the image editor fits and positions an image.
GraphicClassSpecifies the active image container class.
GraphicClassNameSpecifies the name of the editor image container class.
GraphicTransparencySpecifies the background transparency for an image editor.
ImagesSpecifies the collection of images used as editor button icons. Inherited from TcxCustomEditProperties.
ImmediatePostIndicates whether the edit value should be saved immediately after it has been modified. Inherited from TcxCustomEditProperties.
IsChangingInherited from TcxCustomEditProperties.
MaxValue protectedInherited from TcxCustomEditProperties.
MinValue protectedSpecifies the maximum numeric value the editor can display. Inherited from TcxCustomEditProperties.
OwnerProvides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
PopupMenuLayoutProvides access to context menu layout settings.
ProportionalDeprecated. This property exists for backward compatibility only. Use the FitMode property instead.
ReadOnlySpecifies if the editor is in read-only mode. Inherited from TcxCustomEditProperties.
ShowFocusRectSpecifies if the image editor displays a rectangle when the editor has focus.
StretchDeprecated. This property exists for backward compatibility only. Use the FitMode property instead.
Transparent protectedDeprecated. Specifies if the editor background is transparent. Inherited from TcxCustomEditProperties.
UseLeftAlignmentOnEditingSpecifies whether to align text to the left in edit mode. Inherited from TcxCustomEditProperties.
UseMouseWheelSpecifies whether the editor responds to mouse wheel rotation. Inherited from TcxCustomEditProperties.
ValidateOnEnterSpecifies whether validation is performed when an end-user presses the Enter key. Inherited from TcxCustomEditProperties.
ValidationErrorIconAlignmentSpecifies the horizontal alignment of an error icon displayed by the editor when it fails validation. Inherited from TcxCustomEditProperties.
ValidationOptionsContains a set of flags that specify how the editor handles and displays its validation errors. Inherited from TcxCustomEditProperties.

Methods

NameDescription
AllowRepositorySharingInherited from TcxCustomEditProperties.
Assign(TPersistent)Inherited from TPersistent.
AssignTo(TPersistent)Inherited from TPersistent.
BeginUpdatePostpones all editor redraw operations that reflect any editor setting change until an EndUpdate procedure call. Inherited from TcxCustomEditProperties.
CanCompareEditValueInherited from TcxCustomEditProperties.
CanModify protectedSpecifies whether the edit value can be modified. Inherited from TcxCustomEditProperties.
CanValidate protectedIndicates if the editor supports validation. Inherited from TcxCustomEditProperties.
ChangedInherited from TcxCustomEditProperties.
ChangedLockedInherited from TcxCustomEditProperties.
Clone(TPersistent)Inherited from TcxCustomEditProperties.
CompareDisplayValues(TcxEditValue,TcxEditValue)Inherited from TcxCustomEditProperties.
CreatePreviewPropertiesInherited from TcxCustomEditProperties.
CreateViewData(TcxCustomEditStyle,Boolean,TdxScaleFactor,Boolean)Inherited from TcxCustomEditProperties.
CreateViewData(TcxCustomEditStyle,Boolean,Boolean)Inherited from TcxCustomEditProperties.
DataChangedInherited from TcxCustomEditProperties.
DoUpdate(TcxCustomEditProperties)Inherited from TcxCustomEditProperties.
EndUpdate(Boolean)Applies all pending changes and redraws the editor after a BeginUpdate procedure call. Inherited from TcxCustomEditProperties.
Equals(TObject)Inherited from TObject.
GetButtonsClassDetermines the type of the button collection accessible via the Buttons property. Inherited from TcxCustomEditProperties.
GetContainerClassDetermines the editor container type for the current TcxCustomEditProperties object. Inherited from TcxCustomEditProperties.
GetDisplayText(TcxEditValue,Boolean,Boolean)Inherited from TcxCustomEditProperties.
GetEditConstantPartSize(TcxCanvas,TcxCustomEditStyle,Boolean,TcxEditSizeProperties,TSize)Inherited from TcxCustomEditProperties.
GetEditContentSize(TcxCanvas,TcxCustomEditStyle,Boolean,TcxEditValue,TcxEditSizeProperties)Inherited from TcxCustomEditProperties.
GetEditSize(TcxCanvas,TcxCustomEditStyle,Boolean,TcxEditValue,TcxEditSizeProperties)Inherited from TcxCustomEditProperties.
GetEditValueSource(Boolean)Inherited from TcxCustomEditProperties.
GetGraphicClass(TObject,Integer,Boolean)Determines the graphic class of the image assigned to the image editor which is used as the in-place editor.
GetHashCodeInherited from TObject.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetSpecialFeaturesInherited from TcxCustomEditProperties.
GetStyleClassDetermines the style type that corresponds to the current TcxCustomEditProperties object. Inherited from TcxCustomEditProperties.
GetSupportedOperationsReturns a set of flags that correspond to features/operations available in the editor. Inherited from TcxCustomEditProperties.
GetViewDataClass protectedInherited from TcxCustomEditProperties.
GetViewInfoClassDetermines the ViewInfo type that corresponds to the current TcxCustomEditProperties object. Inherited from TcxCustomEditProperties.
IsActivationKey(Char)Inherited from TcxCustomEditProperties.
IsEditValueValid(TcxEditValue,Boolean)Ascertains whether the specified edit value is valid. Inherited from TcxCustomEditProperties.
IsResetEditClassInherited from TcxCustomEditProperties.
IsValueFormattedByPropertiesInherited from TcxCustomEditProperties.
IsValueFormattedByProviderInherited from TcxCustomEditProperties.
LockUpdate(Boolean)Inherited from TcxCustomEditProperties.
PrepareDisplayValue(TcxEditValue,TcxEditValue,Boolean)Inherited from TcxCustomEditProperties.
QueryInterface(TGUID,Untyped)Inherited from TInterfacedPersistent.
RefreshNonShareableInherited from TcxCustomEditProperties.
RestoreDefaultsRestores a set of properties, which are dependent on field settings for data-aware editors, to their default values. Inherited from TcxCustomEditProperties.
ToStringInherited from TObject.
Update(TcxCustomEditProperties)Inherited from TcxCustomEditProperties.
ValidateDisplayValue(TcxEditValue,TCaption,Boolean,TcxCustomEdit)Validates the specified display value. Inherited from TcxCustomEditProperties.

Events

NameDescription
OnAssignPictureOccurs when changes are made to the editor contents and new data needs to be saved.
OnButtonClickAllows you to execute custom code when a user clicks an embedded editor button. Inherited from TcxCustomEditProperties.
OnButtonGlyphDrawParametersAllows you to customize the appearance of individual editor button glyphs. Inherited from TcxCustomEditProperties.
OnChangeOccurs on changing the value within an editor. Inherited from TcxCustomEditProperties.
OnClosePopupInherited from TcxCustomEditProperties.
OnCustomClickOccurs when a user clicks an additional popup menu item.
OnEditValueChangedAllows you to respond to edit value changes. Inherited from TcxCustomEditProperties.
OnGetGraphicClassOccurs when the graphic class of the image assigned to an image editor, which is used as the in-place editor, is being determined.
OnPropertiesChangedOccurs on every editor setting change. Inherited from TcxCustomEditProperties.
OnValidateOccurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties.

See Also

TcxCustomImageProperties Class

cxImage Unit