Table of Contents

TAdvCustomInspector.OnValueDoubleClick Event

This event is fired when the property editor is double clicked in the inspector. You can use this event to disable any action to be performed by the inspector when a double click occurs (like calling a default editor for example).

Syntax

Unit: InspectorControls

property TAdvCustomInspector.OnValueDoubleClick: TIndexEnableEvent

See also