The following example demonstrates how to display a drawing with default Black entities on the white Background and how to display a drawing with default White entities on the black Background.
BackgroundColor := clWhite;
DefaultColor := clBlack;
BackgroundColor := clBlack;
DefaultColor := clWhite;
Go to CAD VCL Enterprise