Board index » cppbuilder » Preventing VCL Components from updating
Dan
![]() CBuilder Developer |
Dan
![]() CBuilder Developer |
Preventing VCL Components from updating2007-02-24 04:54:52 AM cppbuilder69 Basic question. I have a VCL object, TStringGrid, that I want to apply a number of changes to, but I don't want to see the screen flicker. Or in otherwords, I want all my changes made, and then the screen redrawn. I can accomplish that to some extent by setting Visible to false and , doing all the updates, and then setting it to true, but that does cause the screen to become invisible briefly. Is there a better way that doesn't make the component invisible, and thus flicker? |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2007-02-24 05:17:02 AM
Re:Preventing VCL Components from updating
"Dan" < XXXX@XXXXX.COM >wrote in message
QuoteIs there a better way that doesn't make the component invisible, to TRUE afterwards. Gambit |
Dan
![]() CBuilder Developer |
2007-02-24 05:53:00 AM
Re:Preventing VCL Components from updating
Remy Lebeau (TeamB) wrote:
Quote"Dan" < XXXX@XXXXX.COM >wrote in message {smallsort} |
DreamChaser
![]() CBuilder Developer |
2007-03-23 12:11:52 PM
Re:Preventing VCL Components from updatingQuote> DC |