You are not logged in.
Pages: 1
hi ab,
i see the TRawUTF8List and i would like to load into TListBox.Items property in a setRecord of mormotUIEdit and viceversa in the save of mormotUIEdit.
how can i do?
thanks
Offline
i mean that i would implement the section in the mormotUIEdit (procedure setRecord)
aValue := P.GetValue(aRecord,false);
aFieldType := Fields.List[i].SQLFieldType;
case aFieldType of
stfObject:
//in case of TRawUTF8List i would retrieve TStrings from aValue and put in TListBox.Items
can you help me?
Offline
i would like to assign the checklistbox.items to a TRawUTF8List record property and viceversa implementing this part of MormotUIEdit
aValue := P.GetValue(aRecord,false);
aFieldType := Fields.List[i].SQLFieldType;
case aFieldType of
stfObject:
//in case of TRawUTF8List i would retrieve TStrings from aValue and put in TListBox.Items
any suggestion?
Offline
Pages: 1