Jump to content

TUnimSpinner Should Not Accept Negatives


asapltda

Recommended Posts

Hello,

3 hours ago, asapltda said:

I require that TUnimSpinner Should Not Accept Negatives,

how should I do it?  indicated minimum value = 0 but advances in the field of negatives,

procedure TMainmForm.UnimFormCreate(Sender: TObject);
begin
  with UnimSpinner1 do
    JSInterface.JSConfig('minValue', [MinValue]);
end;

 

Link to comment
Share on other sites

×
×
  • Create New...