TdxRichEditControlBase.OnReadOnlyChanged Event
In This Article
Occurs when the read-only state of the document, opened in the Rich Edit control, is changed.
#Declaration
Delphi
property OnReadOnlyChanged: TNotifyEvent read; write;
#Remarks
You can use this property
See Also