Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomMapItemLayer.OnGetItemHint Event

In This Article

Enables you to provide a hint message for a specified map item.

#Declaration

Delphi
property OnGetItemHint: TdxCustomMapItemLayerGetItemHintEvent read; write;

#Remarks

The map layer’s GetItemHint function fires this event to determine the hint message to display for a map item whose Hint property is assigned an empty string.

Sender provides access to the map layer.

Item specifies the map item whose hint message is about to be determined.

Pass a hint message as the AHint parameter. This parameter is initialized with the map layer’s ItemHint property value. In addition to normal strings, you can include a map item’s attribute values in the message. Refer to the ItemHint property description for more information.

See Also