Skip to main content

TcxCustomDropDownEditProperties Methods

Stores drop-down editor settings.
Name Description
AllowRepositorySharing Inherited from TcxCustomEditProperties.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones all editor redraw operations that reflect any editor setting change until an EndUpdate procedure call. Inherited from TcxCustomEditProperties.
CanCompareEditValue Inherited from TcxCustomEditProperties.
CanModify protected Specifies whether the edit value can be modified. Inherited from TcxCustomEditProperties.
CanValidate protected Indicates if the editor supports validation. Inherited from TcxCustomEditProperties.
Changed Inherited from TcxCustomEditProperties.
ChangedLocked Inherited from TcxCustomEditProperties.
Clone(TPersistent) Inherited from TcxCustomEditProperties.
CompareDisplayValues(TcxEditValue,TcxEditValue) Inherited from TcxCustomEditProperties.
CreatePreviewProperties Inherited from TcxCustomEditProperties.
CreateViewData(TcxCustomEditStyle,Boolean,TdxScaleFactor,Boolean) Inherited from TcxCustomEditProperties.
CreateViewData(TcxCustomEditStyle,Boolean,Boolean) Inherited from TcxCustomEditProperties.
DataChanged Inherited from TcxCustomEditProperties.
DisplayValueToDisplayText(string) Inherited from TcxCustomTextEditProperties.
DoPrepareDisplayValue(TcxEditValue,TcxEditValue,Boolean) Inherited from TcxCustomTextEditProperties.
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.
GetButtonsClass Determines the type of the button collection accessible via the Buttons property. Inherited from TcxCustomEditProperties.
GetContainerClass Determines 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.
GetEmptyString protected Returns an empty text based on the EditMask property, if set. Inherited from TcxCustomMaskEditProperties.
GetHashCode Inherited from TObject.
GetLookupDataClass protected Inherited from TcxCustomTextEditProperties.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetSpecialFeatures Inherited from TcxCustomEditProperties.
GetStyleClass Determines the style type that corresponds to the current TcxCustomEditProperties object. Inherited from TcxCustomEditProperties.
GetSupportedOperations Inherited from TcxCustomEditProperties.
GetViewDataClass protected Inherited from TcxCustomEditProperties.
GetViewInfoClass Determines the ViewInfo type that corresponds to the current TcxCustomEditProperties object. Inherited from TcxCustomEditProperties.
IsActivationKey(Char) Inherited from TcxCustomEditProperties.
IsDisplayValueValid(TcxEditValue,Boolean) Determines whether the specified display value is valid. Inherited from TcxCustomTextEditProperties.
IsEditValueValid(TcxEditValue,Boolean) Ascertains whether the specified edit value is valid. Inherited from TcxCustomEditProperties.
IsResetEditClass Inherited from TcxCustomEditProperties.
IsValueFormattedByProperties Inherited from TcxCustomEditProperties.
IsValueFormattedByProvider Inherited from TcxCustomEditProperties.
LockUpdate(Boolean) Inherited from TcxCustomEditProperties.
PrepareDisplayValue(TcxEditValue,TcxEditValue,Boolean) Inherited from TcxCustomEditProperties.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
RefreshNonShareable Inherited from TcxCustomEditProperties.
RestoreDefaults Restores a set of properties, which are dependent on field settings for data-aware editors, to their default values. Inherited from TcxCustomEditProperties.
SetMinMaxValues(Double,Double) Inherited from TcxCustomTextEditProperties.
ToString Inherited from TObject.
Update(TcxCustomEditProperties) Inherited from TcxCustomEditProperties.
ValidateDisplayValue(TcxEditValue,TCaption,Boolean,TcxCustomEdit) Validates the specified display value. Inherited from TcxCustomEditProperties.
See Also