d.bernaert Posted October 18, 2020 Posted October 18, 2020 Could someone please tell me why there is no read-only property on a unimdbcheckbox component? All components have this property, but not unimdbcheckbox. I don't understand why these small things are not there... common please... This kind of things make it really frustrating.
Sherzod Posted October 18, 2020 Posted October 18, 2020 44 minutes ago, d.bernaert said: there is no read-only property on a unimdbcheckbox component? Hi Dominique, procedure TMainmForm.UnimFormCreate(Sender: TObject); begin UnimDBCheckBox1.ReadOnly := True; end;
Recommended Posts