Class TForm1 (unit Uined1)

Inherits from

TForm

Constructors



Functions

procedure BitBtn1Click(Sender: TObject);

it is important to save and restore ItemIndex and TopIndex } { while changing the item

procedure FormCreate(Sender: TObject);

Make it visible

procedure InPlaceEditGoingOff(Sender: TObject; Reason: TGoingOffReason; Value: String; var AllowExit: Boolean);

Allow listbox to go into the editing mode on SPACE or RETURN

procedure ListBox1Click(Sender: TObject);


procedure ListBox1KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);


Properties

Events

Variables

BitBtn1 : TBitBtn;


InPlaceEdit : TInEdit;


ListBox1 : TListBox;


Memo1 : TMemo;


Panel2 : TPanel;



Constructors


Functions


procedure BitBtn1Click(Sender: TObject);

it is important to save and restore ItemIndex and TopIndex } { while changing the item


procedure FormCreate(Sender: TObject);

Make it visible


procedure InPlaceEditGoingOff(Sender: TObject; Reason: TGoingOffReason; Value: String; var AllowExit: Boolean);

Allow listbox to go into the editing mode on SPACE or RETURN


procedure ListBox1Click(Sender: TObject);


procedure ListBox1KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);


Properties


Events


Variables


BitBtn1 : TBitBtn;


InPlaceEdit : TInEdit;


ListBox1 : TListBox;


Memo1 : TMemo;


Panel2 : TPanel;