TiPlotComponent.UserCanEditObjects
TiPlotComponent
Specifies whether the user can access the runtime property editor by
right-clicking on a plot object.
property UserCanEditObjects : Boolean
Description
Use UserCanEditObjects to specify whether the user can access the runtime
property editor by right-clicking on a plot object. If UserCanEditObjects is TRUE,
then the user will see and be able to select a right-click context sensitive
menu item "Edit" which will open the runtime property editor for that object.
When UserCanEditObjects is FALSE then the user will not see the "Edit" menu item.
Example
Delphi
iComponent.UserCanEditObjects := True;
C++ Builder
iComponent->UserCanEditObjects = TRUE;
Contents | Index | Previous | Next