Styles with cxTRichViewEdit
Posted: Wed Aug 17, 2016 5:32 pm
I'm trying to use styles for
cxTRichViewEdit like in Demos\Delphi\ActionTest\ActionTest.exe
but buttons with actions: rvActionStyleTemplates1 and rvActionAddStyleTemplate1 are disabled.
I do something wrong or styles are not supported for cxRVE?
cxTRichViewEdit like in Demos\Delphi\ActionTest\ActionTest.exe
but buttons with actions: rvActionStyleTemplates1 and rvActionAddStyleTemplate1 are disabled.
Code: Select all
RVAControlPanel1.DefaultControl := cxTRichViewEdit1.InnerEditor;
rvActionStyleTemplates1.ControlPanel := RVAControlPanel1;