Skip to main content
A newer version of this page is available. .

TcxCustomEditProperties Methods

The base class for editor appearance and behavior settings.
Name Description
AllowRepositorySharing
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Prevents an editor from being repainted until the EndUpdate method is called.
CanCompareEditValue
CanModify protected Specifies whether the edit value can be modified.
CanValidate protected Indicates if the editor supports validation.
Changed
ChangedLocked
Clone(TPersistent)
CompareDisplayValues(TcxEditValue,TcxEditValue)
CreatePreviewProperties
CreateViewData(TcxCustomEditStyle,Boolean,Boolean)
DataChanged
DoUpdate(TcxCustomEditProperties)
EndUpdate(Boolean) Enables repainting of an editor.
Equals(TObject) Inherited from TObject.
GetButtonsClass Determines the type of the button collection accessible via the Buttons property.
GetContainerClass Determines the editor container type for the current TcxCustomEditProperties object.
GetDisplayText(TcxEditValue,Boolean,Boolean)
GetEditConstantPartSize(TcxCanvas,TcxCustomEditStyle,Boolean,TcxEditSizeProperties,TSize)
GetEditContentSize(TcxCanvas,TcxCustomEditStyle,Boolean,TcxEditValue,TcxEditSizeProperties)
GetEditSize(TcxCanvas,TcxCustomEditStyle,Boolean,TcxEditValue,TcxEditSizeProperties)
GetEditValueSource(Boolean)
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetSpecialFeatures
GetStyleClass Determines the style type that corresponds to the current TcxCustomEditProperties object.
GetSupportedOperations
GetViewDataClass protected
GetViewInfoClass Determines the ViewInfo type that corresponds to the current TcxCustomEditProperties object.
IsActivationKey(Char)
IsEditValueValid(TcxEditValue,Boolean) Ascertains whether the specified edit value is valid.
IsResetEditClass
IsValueFormattedByProperties
IsValueFormattedByProvider
LockUpdate(Boolean)
PrepareDisplayValue(TcxEditValue,TcxEditValue,Boolean)
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
RefreshNonShareable
RestoreDefaults Restores a set of properties, which are dependent on field settings for data-aware editors, to their default values.
ToString Inherited from TObject.
Update(TcxCustomEditProperties)
ValidateDisplayValue(TcxEditValue,TCaption,Boolean,TcxCustomEdit) Validates the specified display value.
See Also