TdxMapControlSelectionChangingEvent Type
Declaration
TdxMapControlSelectionChangingEvent = procedure(Sender: TObject; AItem: TdxMapItem; var AAllow: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TObject |
AItem | TdxMapItem |
AAllow | Boolean |
See Also