Class TfrmSelectColRowLayer

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TfrmSelectColRowLayer = class(TfrmCustomGoPhast)

Description

TfrmSelectColRowLayer is used to set frmGoPhast.PhastGrid.SelectedColumn, frmGoPhast.PhastGrid.SelectedRow, and frmGoPhast.PhastGrid.SelectedLayer.

Hierarchy

Overview

Fields

Implicit btnCancel: TBitBtn;
Implicit btnHelp: TBitBtn;
Implicit btnOK: TBitBtn;
Implicit lblCol: TLabel;
Implicit lblLayer: TLabel;
Implicit lblRow: TLabel;
Implicit seCol: TSpinEdit;
Implicit seLayer: TSpinEdit;
Implicit seRow: TSpinEdit;

Methods

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

Description

Fields

Implicit btnCancel: TBitBtn;

btnCancel: TBitBtn; Clicking btnCancel closes TfrmSelectColRowLayer without doing anything.

Implicit btnHelp: TBitBtn;

btnHelp: TBitBtn; Clicking btnHelp displays help on TfrmSelectColRowLayer.

Implicit btnOK: TBitBtn;

btnOK: TBitBtn; See btnOKClick.

Implicit lblCol: TLabel;

lblCol: TLabel; lblCol displays "Selected column".

Implicit lblLayer: TLabel;

lblLayer: TLabel; lblLayer displays "Selected layer".

Implicit lblRow: TLabel;

lblRow: TLabel; lblRow displays "Selected row".

Implicit seCol: TSpinEdit;

seCol: TSpinEdit; seCol is used to specify the selected column.

Implicit seLayer: TSpinEdit;

seLayer: TSpinEdit; seLayer is used to specify the selected layer.

Implicit seRow: TSpinEdit;

seRow: TSpinEdit; seRow is used to specify the selected row.

Methods

Implicit procedure btnOKClick(Sender: TObject);

btnOKClick calls SetData.

Implicit procedure FormCreate(Sender: TObject); override;

FormCreate calls GetData.

Private procedure GetData;

GetData sets the properties of seCol, seLayer, and seRow.

Private procedure SetData;

SetData sets frmGoPhast.PhastGrid.SelectedColumn, frmGoPhast.PhastGrid.SelectedRow, and frmGoPhast.PhastGrid.SelectedLayer.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:37