Replies: 1 comment
-
Sure change what you need- |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on the ProgressBar. I saw that a class derived from TPersistent in the bgradrawerflashprogressbar.pas unit is used to do the drawing.
Every property of the TBGRAFlashProgressBar class sets/reads the equivalent property in TBGRADrawerFlashProgressBar, if I have to do Invalidate I have to call the OnChange event. This doesn't make much sense if the TBGRADrawerFlashProgressBar class is not used anywhere else. Can I delete this class and move the content to the main TBGRAFlashProgressBar class?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions