trichview.com

trichview.support




Re: Which standard action to select font size?


Return to index


Author

Message

Lauchlan M

Posted: 04/22/2004 2:05:57


> TrvActionFontEx can be used without showing dialogs (if UserInterface

> property = False).


What would you mean by showing dialogs?


> Look at the ActionTest demo, TForm3.cmbFontSizeClick:

>

>     with rvActionsResource.rvActionFontEx1 do begin

>       UserInterface := False;

>       ValidProperties := [rvfimSize];

>       Font.Size := FontSize;

>       Execute;

>       UserInterface := True;

>     end;


Thanks!


However, I can't seem to figure out which units I need to add to the uses

clause to get this to work . . . since I don't have the source, could you

let me know which units to add?


Thanks


Lauchlan M





Powered by ABC Amber Outlook Express Converter