Jump to content

Recommended Posts

Posted
Something changed in the version 1481, the mobile dbgrid until version 1480 show the text of memo filed , now show (MEMO).  

The same source

Do i have to change some new property ?

Posted

Hello,

Can you please open a ticket in support portal ?

At the moment, you can try this:

procedure TMainmForm.UnimFormCreate(Sender: TObject);
begin
  UnimDBGrid1.Columns[xx].DisplayMemo := True;
end;

 

×
×
  • Create New...