Table of Contents

TAdvCustomInspector.DragValue Method

This method is called by the inspector when the end-user is draging a property value in the editor. This happens when the button in the editor is a up/down button, and user clicks the button and drags the mouse up/down.

Syntax

Unit: InspectorControls

procedure TAdvCustomInspector.DragValue(TheIndex: Integer; Offset: Integer); virtual;

Parameters

<-> Parameter Type Description
TheIndex Integer Index of property being edited.
Offset Integer The offset value corresponding to the mouse position (can be negative or positive).

See also