TopMargin Page1, PageX

  • Hello

    I have to set the TopMargin of the First page different to the other pages, how can i do this?

    I only know how i can set it for all pages...

    Code
    tempRE.Header.RightMargin       := _twRightMarginWidth;
        tempRE.Header.LeftMargin        := _twLeftMarginWidth;
        tempRE.Header.TopMargin         := _twTopMarginWidth;
        tempRE.Header.BottomMargin      := _twBottomMarginWidth;

    But how i set them individually?