Any idea as to what might cause this error other than the obvious?The line of code is:
pCombo.Items := TPicklistItem(gCurPicklist[iPicklist]).Members;
where the Members property is a TStringList.
Cannot assign a TBitmap to a TListBoxStrings.
[00448CDF]
Classes.TPersistent.AssignError
[00448D15]
Classes.TPersistent.AssignTo
[00B26621]
LMDCheckListComboBox.TLMDCheckListComboBox.SetItems
Comments