Table of Contents

TFlexCelPreviewer.MouseDown Method

Overrides the standard mousedown event to handle it.

Syntax

Unit: FlexCel.Preview

procedure TFlexCelPreviewer.MouseDown(Button: TMouseButton; Shift: TShiftState; X: Integer; Y: Integer); override;

Parameters

<-> Parameter Type Description
Button TMouseButton
Shift TShiftState
X Integer
Y Integer

See also