SaveNonRGBDIBInPCXFormat  Method

Description         Saves a non rgb device independent bitmap to the specified PCX file.

Usage                  RetVal = [BIImgFrm.]SaveNonRGBDIBInPCXFormat FileName Dib Error

Remarks             RetVal                    Boolean           True on success, otherwise False.

                            FileName                String              The destination file name.

                            Dib                          LONGLONG Device independent bitmap to save.

                            Error                      Short*             Error code.

                            The color space flag is stored in the header of PCX file.

See Also              LoadNonRGBPCXIntoDIB Method, GetPCXColorSpace Method