Need verify all memoview fields from Delphi

edited 10:26AM in FastReport 4.0
Hi

i need to verify some memoview fields from delphi checking the Tag property of the component.

how can i do that?

best regards



Comments

  • edited February 2009
    Thanks anyway a solve my problem do it that:
          for I := 0 to frxReport1.ComponentCount - 1 do
          begin
             if frxReport1.Components[i] is TfrxMemoView then
             begin
                TfrxMemoView(frxReport1.Components[i]).Visible := Condition;
    

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.