Interface ibandparent

Unit

Declaration

type ibandparent = interface(inullinterface)

Description

No description available, ancestor inullinterface description follows
Attributes
GUID[miid_ibandparent]

Hierarchy

Overview

Methods

Public procedure registerclient(const aclient: ireportclient);
Public procedure unregisterclient(const aclient: ireportclient);
Public function beginband(const acanvas: tcanvas; const sender: tcustomrecordband): boolean;
Public procedure endband(const acanvas: tcanvas; const sender: tcustomrecordband);
Public function istopband: boolean;
Public function isfirstband: boolean;
Public function islastband(const addheight: integer = 0): boolean;
Public function isfirstrecord: boolean;
Public function islastrecord: boolean;
Public procedure updatevisible;
Public function getwidget: twidget;
Public function remainingheight: integer;
Public procedure setareafull(const avalue: boolean);
Public function pagepagenum: integer;
Public function reppagenum: integer;
Public function getlastpagepagecount: integer;
Public function getlastreppagecount: integer;
Public function pageprintstarttime: tdatetime;
Public function repprintstarttime: tdatetime;
Public function getreppage: tcustomreportpage;
Public procedure resetzebra;
Public function getppmm: real;

Description

Methods

Public procedure registerclient(const aclient: ireportclient);
 
Public procedure unregisterclient(const aclient: ireportclient);
 
Public function beginband(const acanvas: tcanvas; const sender: tcustomrecordband): boolean;
 
Public procedure endband(const acanvas: tcanvas; const sender: tcustomrecordband);
 
Public function istopband: boolean;
 
Public function isfirstband: boolean;
 
Public function islastband(const addheight: integer = 0): boolean;
 
Public function isfirstrecord: boolean;
 
Public function islastrecord: boolean;
 
Public procedure updatevisible;
 
Public function getwidget: twidget;
 
Public function remainingheight: integer;
 
Public procedure setareafull(const avalue: boolean);
 
Public function pagepagenum: integer;
 
Public function reppagenum: integer;
 
Public function getlastpagepagecount: integer;
 
Public function getlastreppagecount: integer;
 
Public function pageprintstarttime: tdatetime;
 
Public function repprintstarttime: tdatetime;
 
Public function getreppage: tcustomreportpage;
 
Public procedure resetzebra;
 
Public function getppmm: real;
 

Generated by PasDoc 0.16.0.