TdxBarEditControl.ReadOnly Property
In This Article
Determines whether a user may change text in an edit control.
#Declaration
Delphi
property ReadOnly: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property corresponds to the ReadOnly property of an underlying item.
See Also