Class TWPManageHeaderFooter

Hierarchy

System.TObject | System.Classes.TPersistent | System.Classes.TComponent | Vcl.Controls.TControl | Vcl.Controls.TWinControl | Vcl.Forms.TScrollingWinControl | Vcl.Forms.TCustomForm | Vcl.Forms.TForm | WPUtil.TWPLocalizeForm | WPUtil.TWPShadedForm | TWPManageHeaderFooter

Description

Dialog to alow the creation and deletion of header and footer texts in WPTools.
You can use it like this: ManHeadFoot : TWPManageHeaderFooter; // global variable
if ManHeadFoot=nil then ManHeadFoot := TWPManageHeaderFooter.Create(Self); ManHeadFoot.WPRichText := WPRichText1; ManHeadFoot.PossibleRanges := [wpraOnAllPages, wpraOnOddPages, wpraOnEvenPages, wpraOnFirstPage] ManHeadFoot.Show;
or you can use the new component .

Properties

Methods

Used or referenced by

-Property TWPManageHeaderFooterDlg.ManHeadFoot : TWPManageHeaderFooter