Class TfrmSelectedObjects

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TfrmSelectedObjects = class(TfrmCustomGoPhast)

Description

TfrmSelectedObjects is used to display the selected TScreenObjects.

Hierarchy

Overview

Fields

Implicit btnClose: TBitBtn;
Implicit btnHelp: TBitBtn;
Implicit lbSelected: TListBox;
Implicit pnlBottom: TPanel;
Private FShown: boolean;

Methods

Implicit procedure FormShow(Sender: TObject);
Public procedure UpdateDisplay;

Description

Fields

Implicit btnClose: TBitBtn;

btnClose: TBitBtn; Clicking btnClose closes TfrmSelectedObjects.

Implicit btnHelp: TBitBtn;

btnHelp: TBitBtn; Clicking btnHelp displays help on TfrmSelectedObjects.

Implicit lbSelected: TListBox;

lbSelected: TListBox; lbSelected displays the selected TScreenObjects.

Implicit pnlBottom: TPanel;

pnlBottom: TPanel; pnlBottom holds the buttons on the bottom of TfrmSelectedObjects.

Private FShown: boolean;

FShown indicates whether the form has been displayed or not.

Methods

Implicit procedure FormShow(Sender: TObject);

FormShow calls UpdateDisplay. The first time it is called, it sets the position of the form.

Public procedure UpdateDisplay;

UpdateDisplay fills lbSelected with the selected TScreenObjects.


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