Interface ibandparent
Unit
Declaration
type ibandparent = interface(inullinterface)
Description
No description available, ancestor inullinterface description follows
Attributes
- GUID[miid_ibandparent]
Hierarchy
- IInterface
- inullinterface
- ibandparent
Overview
Methods
![]() |
procedure registerclient(const aclient: ireportclient); |
![]() |
procedure unregisterclient(const aclient: ireportclient); |
![]() |
function beginband(const acanvas: tcanvas; const sender: tcustomrecordband): boolean; |
![]() |
procedure endband(const acanvas: tcanvas; const sender: tcustomrecordband); |
![]() |
function istopband: boolean; |
![]() |
function isfirstband: boolean; |
![]() |
function islastband(const addheight: integer = 0): boolean; |
![]() |
function isfirstrecord: boolean; |
![]() |
function islastrecord: boolean; |
![]() |
procedure updatevisible; |
![]() |
function getwidget: twidget; |
![]() |
function remainingheight: integer; |
![]() |
procedure setareafull(const avalue: boolean); |
![]() |
function pagepagenum: integer; |
![]() |
function reppagenum: integer; |
![]() |
function getlastpagepagecount: integer; |
![]() |
function getlastreppagecount: integer; |
![]() |
function pageprintstarttime: tdatetime; |
![]() |
function repprintstarttime: tdatetime; |
![]() |
function getreppage: tcustomreportpage; |
![]() |
procedure resetzebra; |
![]() |
function getppmm: real; |
Description
Methods
![]() |
procedure registerclient(const aclient: ireportclient); |
![]() |
procedure unregisterclient(const aclient: ireportclient); |
![]() |
function beginband(const acanvas: tcanvas; const sender: tcustomrecordband): boolean; |
![]() |
procedure endband(const acanvas: tcanvas; const sender: tcustomrecordband); |
![]() |
function istopband: boolean; |
![]() |
function isfirstband: boolean; |
![]() |
function islastband(const addheight: integer = 0): boolean; |
![]() |
function isfirstrecord: boolean; |
![]() |
function islastrecord: boolean; |
![]() |
procedure updatevisible; |
![]() |
function getwidget: twidget; |
![]() |
function remainingheight: integer; |
![]() |
procedure setareafull(const avalue: boolean); |
![]() |
function pagepagenum: integer; |
![]() |
function reppagenum: integer; |
![]() |
function getlastpagepagecount: integer; |
![]() |
function getlastreppagecount: integer; |
![]() |
function pageprintstarttime: tdatetime; |
![]() |
function repprintstarttime: tdatetime; |
![]() |
function getreppage: tcustomreportpage; |
![]() |
procedure resetzebra; |
![]() |
function getppmm: real; |
Generated by PasDoc 0.16.0.
