Prev: Making TIME_ZONE_INFORMATION find if Daylight savings is active
Next: Read an XML file as Unicode Text
From: Noixe on 25 Jan 2010 04:50 Hello, is possibile avoid the call to invalidate method of TShape? I would want that the follow istruction: MyShape->Brush->Color = clRed; (where MyShape is a TShape) Don't call TShape::Invalidate, because it make MyShape white, also if only for a some milliseconds. |