TdxCustomMapControl.SelectedMapItemCount Property
In This Article
Returns the number of map items that are currently selected within the map control.
#Declaration
Delphi
property SelectedMapItemCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property returns the number of map items stored in the list accessible via the SelectedMapItems property.
See Also