- This topic has 0 replies, 1 voice, and was last updated 6 years, 8 months ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
Hi object properties declared as (example):
[kbmMW_Field(‘name:image’,ftGraphic)]
property Image:kbmMWNullable<TMemoryStream> read FImage write SetImage;
Get AV when calling:
p.Image.SafeValue.LoadFromFile(‘..\..\face.png’);
This because it seems safeValue returns a NIl pointer instead of an initialized TMemoryStream. I also tested with TkbmMWMemoryStream and does the same
To reproduce this BUG, use the kbmMWORMMultitierDemo and click on ‘Rem,oveTables’ button