press button to turn off the bold action

General TRichView support forum. Please post your questions here
Post Reply
Ceprotec
Posts: 259
Joined: Thu Oct 28, 2010 6:09 pm
Contact:

press button to turn off the bold action

Post by Ceprotec »

hi sergey,

I am using the following function to activate bold action

Code: Select all

rvActionFontBold1.ExecuteTarget(SRichViewEdit1.RichViewEdit);
but and to disable the action, how should I proceed?

thanks
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

rvActionFontBold1.Disabled := True
Post Reply