How to access component prop. runtime

AceAce
edited 9:02PM in FastReport 3.0
In FR 2.5 I could do this in my C++ program :
TfrView *obj;

obj = frReport1->FindObject("Memo5");
obj->Prop["Memo"] = "QWERTY";

In FR 3.0 it doesnt work!! How can I change a MemoViews Memo property at runtime?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 9:02PM
    change to correct names
    frreport1 frxreport1
    all types have an x in their names in fr3
    Tfrxmemoview
    ;)

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.