trichview.com

trichview.support




Re: Which standard action to select font size?


Return to index


Author

Message

Sergey Tkachenko

Posted: 04/21/2004 20:07:03


TrvActionFontEx can be used without showing dialogs (if UserInterface

property = False).


Look at the ActionTest demo, TForm3.cmbFontSizeClick:


    with rvActionsResource.rvActionFontEx1 do begin

      UserInterface := False;

      ValidProperties := [rvfimSize];

      Font.Size := FontSize;

      Execute;

      UserInterface := True;

    end;


> Which is the standard action to select font size?

>

> I can't seem to find it . . . I can find the ones for shrinking and

growing

> by one point, but not the one for selecting from the drop down list of

font

> sizes.

>

> Thanks!

>

> Lauchlan M

>

>





Powered by ABC Amber Outlook Express Converter