Jump to content

Recommended Posts

Posted

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.

Posted
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;

 

×
×
  • Create New...