is it possible to use Value instead of text for memo ?
Hi,
I used to change memo text using this code:
But when I tried to use value nothing was set, the memo does not get affected.
I did not able to find any information about value in the documents so I dont know why it is not working ?
Thanks
I used to change memo text using this code:
var
  Memo: TfrxMemoView;
begin
  Memo := frxReport1.FindObject('Memo1') as TfrxMemoView;
  Memo.Text := 'any data';
  frxReport1.ShowReport;
But when I tried to use value nothing was set, the memo does not get affected.
Memo.value := 45.7;
I did not able to find any information about value in the documents so I dont know why it is not working ?
Thanks
Comments
processed and they only contain the value of the last expression processed.