LoadTGAIntoDIB  Method

Description         Loads the specified TGA image file.

Usage                  Dib = [BIImgFrm.]LoadTGAIntoDIB FileName Dialog

Remarks             Dib                          LONGLONG The device independent bitmap. 0 if error occurred.

                            FileName                String              The file name of a TGA format file.

                            Dialog                     Boolean           Display information dialog box before loading the image.

                                                                  True                Enables to displays dialog box.

                                                                  False               Prevents to display dialog box.

See Also              SaveDIBInTGAFormat Method

Note:                   This method does not free the DIB.  Call the DropDIB method to free up the DIB