Skip to main content

TdxCustomMapItemLayer.AllowHotTrack Property

Enables item hot-tracking.

Declaration

property AllowHotTrack: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False to prohibit end-users from hot-tracking map items. Otherwise, item hot-tracking is enabled. Use a map layer’s StyleHot and/or a map layer’s ItemStyleHot properties to specify how hot-tracked items are painted.

The default value of the AllowHotTrack property is True.

See Also