RVSpinEdit
Posted: Thu Oct 21, 2021 7:53 pm
Hi Sergey,
I wanted to use an RVSpinEdit in my app but its Align property is not exposed in the Object Inspector. I could make a new component based on it or set RVSpinEdit1.Align := alLeft (or right or whatever) in code, but for design purposes it helps to be able to set it with the Inspector at design time so I can see visually that it's correct before compiling.
I could change the source file myself but I hate doing that as an update will blow out my change. Could you add that property in your source so it's exposed in the Inspector for the next version? Or will that mess something else up that I'm not aware of?
Thanks
Stan
I wanted to use an RVSpinEdit in my app but its Align property is not exposed in the Object Inspector. I could make a new component based on it or set RVSpinEdit1.Align := alLeft (or right or whatever) in code, but for design purposes it helps to be able to set it with the Inspector at design time so I can see visually that it's correct before compiling.
I could change the source file myself but I hate doing that as an update will blow out my change. Could you add that property in your source so it's exposed in the Inspector for the next version? Or will that mess something else up that I'm not aware of?
Thanks
Stan