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
RVSpinEdit
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: RVSpinEdit
Sorry for the delay.
Align will be published for TRVSpinEdit in the next update (it will be released soon).
Align will be published for TRVSpinEdit in the next update (it will be released soon).
Re: RVSpinEdit
Thanks Sergey. These also look like they might need "Align" exposed too:Sergey Tkachenko wrote: ↑Sun Nov 21, 2021 5:36 pm Sorry for the delay.
Align will be published for TRVSpinEdit in the next update (it will be released soon).
TRVStyleTemplateComboBox
TRVFontSizeComboBox
TRVFontCharsetComboBox
TRVFontComboBox
TSRVCheckBox
TSRVRadioButton
Thanks Sergey
Stan
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: RVSpinEdit
Ok.
TRVFont*ComboBox already have Align properties, because they are inherited from TComboBox, that published Align property (except for very old versions of Delphi).
I'll publish Align in all other controls.
TRVFont*ComboBox already have Align properties, because they are inherited from TComboBox, that published Align property (except for very old versions of Delphi).
I'll publish Align in all other controls.
Re: RVSpinEdit
Ah, yes it's OK, my mistake.Sergey Tkachenko wrote: ↑Sun Nov 21, 2021 6:54 pm Ok.
TRVFont*ComboBox already have Align properties, because they are inherited from TComboBox, that published Align property (except for very old versions of Delphi).
I'll publish Align in all other controls.
Thanks Sergey!
Stan
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: RVSpinEdit
Included in TRichView 19.6