Specifies whether direct editing is possible.
Declaration
componentPropObj.CanEdit
Read-Write Property | Boolean |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
Description
Use the CanEdit
property to determine whether a component’s value can be modified directly. If this property is set to True, the user can enter the value directly by typing it in the components edit box. Otherwise the value can be modified only by using the component's controls (for example, via the spin buttons of the SpinEdit).
Property Value
True, if direct editing is possible and False otherwise.