Página 1 de 1

MemDataset advice

Publicado: Mar May 21, 2013 2:31 pm
por orangesocks
Hi,
I need to define a field in a MemDataset that contains an array.
Is it safe to define it as type Memo ('M') ?
Can I set an empty array to :DefValue property ?
Regards Giuseppe

MemDataset advice

Publicado: Mar May 21, 2013 8:49 pm
por ignacio
orangesocks escribió el mar, 21 mayo 2013 14:31Hi,
I need to define a field in a MemDataset that contains an array.
Is it safe to define it as type Memo ('M') ?
Can I set an empty array to :DefValue property ?
Regards Giuseppe
I personally even use object references for extra columns. It depends on how you treat them. You should be aware that you can not edit directly. That's all.
Regards,