TdxCustomMapItemLayer.AllowHotTrack Property
In This Article
Enables item hot-tracking.
#Declaration
Delphi
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