TdxCustomMapControl.OptionsBehavior Property
In This Article
Specifies the settings that determine how the map control responds to end-user actions.
#Declaration
Delphi
property OptionsBehavior: TdxMapControlOptionsBehavior read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
To learn about these settings, refer to the TdxMapControlOptionsBehavior class description.
Note
To postpone immediate repainting of the map control in response to layout/appearance changes, enclose the code that performs bulk modifications within Begin
See Also