ExplorerMode: Boolean;
ExplorerMode: boolean;
The ExplorerMode property determines the shapes selection when IWxView.ActiveTool is set in SelectOnly.
If the property is set True, only the text within objects can be selected, if the property is set to False, the whole object can be selected.
The default property value is True.
Executing the example requires a form with the Button1 button, the WorkspaceBox component named WorkspaceBox1 and a data source for the WorkspaceBox1.
Add links to the Andy, Drawing, Workspace system assemblies.
After executing the example the SelectOnly mode is set and selection of the whole object is enabled.
See also: