How do you know that you are in the Code tab?

Hello,

I'm looking for the possibility of knowing that we are in the Code tab or if we are on a Report Page.

So that when saving the postponement we can do a specific treatment.

Thank you in advance for your help.



Comments

  • We've made the following change to frxDesign

     TfrxDesignerForm = class(TfrxCustomDesigner)

    ....

    public

    {$IFDEF UseTabset}

      property Tabs: TTabSet read FTabs;

    {$ELSE}

      property Tabs: TTabControl read FTabs;

    {$ENDIF}


    This then allows you capture tab changes/current tab etc and process accordingly

  • @hsvandrew Thank you for your answer it's great :)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.