|
Top Previous Next |
|
TrvActionColor is the action for "Background Color" command. Unit RichViewActions; Syntax TrvActionCustomColor = class(TrvActionCustomColor) TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description The action changes TCustomRichViewEdit.Color property. This change is not an editing operation and so it cannot be undone. However, if rvfoSaveBack is included in TCustomRichViewEdit.RVFOptions property, the action calls TCustomRichViewEdit.Change, so its Modified property becomes True. The action calls TRVAControlPanel.OnBackgroundChange event. This action does not introduce any new properties and events in addition to properties and events of TrvActionCustomColor. |