Board index » delphi » Problem reading a TMemoField field
Fabio Lope
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Problem reading a TMemoField fieldCan anyone tell me how to read the contents of a TMemoField? I'm using the assign method, but always i get a GPF error. Below, my piece of code: procedure TDicAtributo.LoadAtributos; FDesc.assign(TmemoField( Thanks in advance for info. |