WhiteUnicorn |
| |
#WhiteUnicorn/ StartPage/ Documentation/DelphiFAQ > | |
|
Is there any way to reduce component flicker when the component is redrawn
Adding the csOpaque flag to the ControlStyle of the component should eliminate the repainting of the component's background. Example: constructor TMyControl.Create; begin inherited; ControlStyle := ControlStyle + [csOpaque]; end;
| |
#WhiteUnicorn/ StartPage/ Documentation/DelphiFAQ > | |
|
| ||
Anastasija aka WhiteUnicorn |
LiveJournal PhotoFile |
|
|