runtime memo

edited 4:20AM in FastReport 3.0
hi
how can i create a memo by code and view it on runtime .
like:
var
mem1 :tfrxmemoview;
begin
mem1 := frxmemoview.create(?);
??
mem1.text := 'test string';
end;

Comments

  • edited 4:20AM
    I wouldn't mind seeing a somewhat detailed example how to create an report during run time without the designer. I need to place a wrapper around Fast Reports so that I can generate a more detailed generic master/detail data based on a SQL I generate and placed into an ADODataSet component.

    Thanks,
    Wayne

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.