TCustomIvorySurface::Valid

Determines the surface needs to be repainted.

__property bool Valid;

Description

Use Valid to determine wether the surface is valid. If the surface is valid, Paint will immediately return without repainting. If the surface is not valid, a call to Paint will repaint the surface. Use Invalidate to make a surface invalid.

Back to TCustomIvorySurface