Home General

Only Designing one Layer

edited March 2016 in General
Hi!

Is it possible to offer only one Layer for the Designer for the
customer?

Gruß aus den Bergen
Günter

Comments

  • edited March 2016
    Hi Gunter,

    The DesignerLayer properties LayerOptions and ComponentOptions can be used
    to specify what the end-user can see and do.

    From the RBuilder Help Topic for LayerOptions.....

    -----

    published property LayerOptions: TppLayerOptions;

    This property is hidden at run-time. Use LayerOptions to control which
    designer options are available to the end-user. Several of these options
    correspond to the context menu displayed when selecting the layer node of
    the report tree and pressing the right mouse button.

    Value Meaning
    loSelect The layer can be selected via the report tree
    loRename The layer can be renamed via the report tree
    loVisible The layer is visible in the designer
    loDelete The layer can be deleted via the report tree
    loLoad A layer template can be imported
    loSave A layer template can be exported


    -------


    Best regards,

    -
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited March 2016
    Hi!

    Thank you! I will try this.

    Gruß aus den Bergen
    Günter
This discussion has been closed.