Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
The main purpose of frmImportBitmapUnit
is to define TfrmImportBitmap which is used to help import or edit bitmaps in GoPhast.
frmImportBitmapUnit
also defines JpegsOK which indicates whether GoPhast can import JPEG images and frmImportBitmap which is used to communicate with TfrmPixelPoint.
Name | Description |
---|---|
Class TfrmImportBitmap |
TfrmImportBitmap is used to help import or edit bitmaps in GoPhast. |
TPixelColumns = (...); |
frmImportBitmap: TfrmImportBitmap; |
JpegsOK: boolean = True; |
TPixelColumns = (...); |
Values
|
frmImportBitmap: TfrmImportBitmap; |
|
JpegsOK: boolean = True; |
|