TChartEditorPanel.SelectUnderMouse
 
 
 

All Units  All Classes  Properties, Methods and Events  

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;




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.