Hi
I would like to display full month names in the spinner component.
What value should I use for RangeFrom and RangeTo when StepType is set to sstMonth.
TMSFMXSpinner1.Columns[0].RangeType := srtDateTime;
TMSFMXSpinner1 .Columns[0].StepType := sstMonth;
TMSFMXSpinner1 .Columns[0].RangeFrom := ? ;
TMSFMXSpinner1 .Columns[0].RangeTo := ?;
TMSFMXSpinner1 .Columns[0].DateTimeValueFormat := 'MMMM';
TMSFMXSpinner1 .Columns[0].Cyclic := True;
Thanks,
Avanish