FlickerFree property


Available for Picture objects.

Read/Write at design time
Read/Write at run time

Specifies whether a Picture object has no flicker when drawing text on its client area. It can be one of the following values:

TRUE    Picture object draws text with no flicker.
FALSE  Picture object draws text normally (default).


REMARKS
: This property is useful when drawing text which is changing at a certain period of time (i.e. a counter), and it has effect for both,
SetText and Print methods, but not for Circle and Line methods. When drawing text quickly, the Print method is faster than SetText because it does not update the object's Text property.