In TBoxNetItem:
property Share: String read FShare;
Should be
property Share: String read GetShare write FShare;
Thanks for this remark. We'll correct the code accordingly.
In TBoxNetItem:
property Share: String read FShare;
Should be
property Share: String read GetShare write FShare;
Thanks for this remark. We'll correct the code accordingly.