Contents  All Classes  Index A-Z  All Units


TChartEditorPanel.SelectUnderMouse
TChartEditorPanel

procedure SelectUnderMouse;

Unit
TeeEdit

Description
Select item under mouse, activating relevant Editor page.

Example
:

procedure TChartEditorPanelForm.Chart1MouseDown(Sender: TObject;
Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
begin
{ On mouse down, show the appropiate tab in the editor... }
ChartEditorPanel1.SelectUnderMouse;
end;



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.