Class TfrmSelectImage

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TfrmSelectImage = class(TfrmCustomGoPhast)

Description

TfrmSelectImage is used to select among multiple imported bitmaps when the user want to edit a bitmap and has imported more than one bitmap.

Hierarchy

Overview

Fields

Implicit btnCancel: TBitBtn;
Implicit btnHelp: TBitBtn;
Implicit btnOK: TBitBtn;
Implicit comboBitmaps: TComboBox;
Implicit lblSelect: TLabel;

Methods

Implicit procedure btnOKClick(Sender: TObject);
Implicit procedure FormCreate(Sender: TObject); override;
Private procedure GetData;

Description

Fields

Implicit btnCancel: TBitBtn;

btnCancel: TBitBtn; Clicking btnCancel closes TfrmSelectImage without changing anything.

Implicit btnHelp: TBitBtn;

btnHelp: TBitBtn; Clicking btnHelp displays help of TfrmSelectImage.

Implicit btnOK: TBitBtn;

btnOK: TBitBtn; See btnOKClick.

Implicit comboBitmaps: TComboBox;

comboBitmaps: TComboBox; comboBitmaps lists the names of the bitmaps that have been imported.

Implicit lblSelect: TLabel;

lblSelect: TLabel;

Methods

Implicit procedure btnOKClick(Sender: TObject);

btnOKClick displays an instance of TfrmImportBitmap using the bitmap that is selected in comboBitmaps.

Implicit procedure FormCreate(Sender: TObject); override;

FormCreate calls GetData.

Private procedure GetData;

GetData fills comboBitmaps with the naes of the bitmaps that have been selected.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:40