Class TfrmSelectColRowLayer
Unit
frmSelectColRowLayerUnit
Declaration
type TfrmSelectColRowLayer = class(TfrmCustomGoPhast)
Description
TfrmSelectColRowLayer is used to set frmGoPhast.PhastGrid.SelectedColumn, frmGoPhast.PhastGrid.SelectedRow, and frmGoPhast.PhastGrid.SelectedLayer.
Hierarchy
Overview
Fields
Methods
Description
Fields
 |
btnCancel: TBitBtn; |
|
btnCancel: TBitBtn; Clicking btnCancel closes TfrmSelectColRowLayer without doing anything.
|
 |
btnHelp: TBitBtn; |
|
btnHelp: TBitBtn; Clicking btnHelp displays help on TfrmSelectColRowLayer.
|
 |
lblCol: TLabel; |
|
lblCol: TLabel; lblCol displays "Selected column".
|
 |
lblLayer: TLabel; |
|
lblLayer: TLabel; lblLayer displays "Selected layer".
|
 |
lblRow: TLabel; |
|
lblRow: TLabel; lblRow displays "Selected row".
|
 |
seCol: TSpinEdit; |
|
seCol: TSpinEdit; seCol is used to specify the selected column.
|
 |
seLayer: TSpinEdit; |
|
seLayer: TSpinEdit; seLayer is used to specify the selected layer.
|
 |
seRow: TSpinEdit; |
|
seRow: TSpinEdit; seRow is used to specify the selected row.
|
Methods
 |
procedure btnOKClick(Sender: TObject); |
|
btnOKClick calls SetData.
|
 |
procedure FormCreate(Sender: TObject); override; |
|
FormCreate calls GetData.
|
Generated by PasDoc 0.10.0 on 2006-10-31 09:56:37