Unit msereport
Uses
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record tablineinfoty |
|
Class treptabfont |
|
Class trepwidgetfont |
|
Class trepfont |
|
Class treptabitemdatalink |
|
Record itemsumty |
|
Class treptabulatoritem |
|
Class treptabulators |
|
Interface ireportclient |
|
Interface ibandparent |
|
Class trecordbanddatalink |
|
Class trepspacer |
|
Class trepwidgetframe |
|
Class tcustomrecordband |
|
Class trecordband |
|
Class tcustomrepvaluedisp |
|
Class trepvaluedisp |
|
Class treppagenumdisp |
|
Class trepprintdatedisp |
|
Class tcustombandgroup |
|
Class tbandgroup |
|
Class tbasebandarea |
|
Class tcustombandarea |
|
Class tbandarea |
|
Class tcustomtilearea |
|
Class ttilearea |
|
Class treportpagedatalink |
|
Class tcustomreportpage |
|
Class treportpage |
|
Record repdesigninfoty |
|
Class treppageform |
|
Class tcustomreport |
|
Class treport |
Functions and Procedures
function createreport(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
procedure initreportcomponent(const amodule: tcomponent; const acomponent: tcomponent); |
function getreportscale(const amodule: tcomponent): real; |
function createreppageform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
function getreppageformscale(const amodule: tcomponent): real; |
Types
Constants
Description
Functions and Procedures
function createreport(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
procedure initreportcomponent(const amodule: tcomponent; const acomponent: tcomponent); |
function getreportscale(const amodule: tcomponent): real; |
function createreppageform(const aclass: tclass; const aclassname: pshortstring): tmsecomponent; |
function getreppageformscale(const amodule: tcomponent): real; |
Types
lookupkindty = (...); |
Values
|
linevisiblety = (...); |
Values
|
linevisiblesty = set of linevisiblety; |
tablinekindty = (...); |
Values
|
tablineinfoarty = array[tablinekindty] of tablineinfoty; |
bandoptionshowty = (...); |
Values
|
bandoptionshowsty = set of bandoptionshowty; |
bandoptionty = (...); |
Values
|
bandoptionsty = set of bandoptionty; |
reportoptionty = (...); |
Values
|
reportoptionsty = set of reportoptionty; |
rendereventty = procedure(const sender: tobject; const acanvas: tcanvas) of object; |
beforerenderrecordeventty = procedure(const sender: tcustomrecordband; var empty: boolean) of object; |
synceventty = procedure() of object; |
getrichstringeventty = procedure(const sender: tobject; var avalue: richstringty) of object; |
reptabulatoritemoptionty = (...); |
Values
|
reptabulatoritemoptionsty = set of reptabulatoritemoptionty; |
recordbandstatety = (...); |
Values
|
recordbandstatesty = set of recordbandstatety; |
ireportclientarty = array of ireportclient; |
bandareaarty = array of tbasebandarea; |
recordbandarty = array of tcustomrecordband; |
recordbandeventty = procedure(const sender: tcustomrecordband) of object; |
zebraoptionty = (...); |
Values
|
zebraoptionsty = set of zebraoptionty; |
getrepvaluetexteventty = procedure(const sender: tcustomrepvaluedisp; var atext: msestring) of object; |
bandareastatety = (...); |
Values
|
bandareastatesty = set of bandareastatety; |
bandareaeventty = procedure(const sender: tbasebandarea) of object; |
bandareapainteventty = procedure(const sender: tbasebandarea; const acanvas: tcanvas) of object; |
bandareaoptionty = (...); |
Values
|
bandareaoptionsty = set of bandareaoptionty; |
tileareaoptionty = (...); |
Values
|
tileareaoptionsty = set of tileareaoptionty; |
reportpagestatety = (...); |
Values
|
reportpagestatesty = set of reportpagestatety; |
reportpageoptionty = (...); |
Values
|
reportpageoptionsty = set of reportpageoptionty; |
reportpageeventty = procedure(const sender: tcustomreportpage) of object; |
reportpagepainteventty = procedure(const sender: tcustomreportpage; const acanvas: tcanvas) of object; |
beforerenderpageeventty = procedure(const sender: tcustomreportpage; var empty: boolean) of object; |
reppageorientationty = (...); |
Values
|
reportpagearty = array of tcustomreportpage; |
prepdesigninfoty = ˆrepdesigninfoty; |
reppageformclassty = class of treppageform; |
repstatety = (...); |
Values
|
repstatesty = set of repstatety; |
reporteventty = procedure(const sender: tcustomreport) of object; |
preambleeventty = procedure(const sender: tcustomreport; var apreamble: string) of object; |
reportclassty = class of treport; |
Constants
defaultrepppmm = 3; |
defaultreppagewidth = 190; |
defaultreppageheight = 270; |
defaultrepfontheight = 14; |
defaultrepfontname = 'stf_report'; |
tabpickthreshold = 3; |
endrendertag = 49125363; |
defaultreptabtextflags = [tf_ycentered]; |
defaultbandanchors = [an_top]; |
defaultbandoptionswidget = defaultoptionswidget; |
defaultrepvaluedisptextflags = [tf_ycentered]; |
defaultrepvaluedispoptionsscale =
[osc_expandx,osc_shrinkx,osc_expandy,osc_shrinky]; |
defaultrepfontcolor = cl_black; |
defaulttablinewidth = 0; |
defaulttablinecolor = cl_black; |
defaulttablinecolorgap = cl_transparent; |
defaulttablinecapstyle = cs_projecting; |
defaulttablinedashes = ''; |
defaulttablinedist = 0; |
defaulttablinevisible = [lv_topofpage,lv_nottopofpage,
lv_firstofpage,lv_normal,lv_lastofpage,
lv_firstofgroup,lv_lastofgroup,
lv_firstrecord,lv_lastrecord]; |
defaulttablineinfo: tablineinfoty = (widthmm: defaulttablinewidth;
color: defaulttablinecolor; colorgap: defaulttablinecolorgap;
capstyle: defaulttablinecapstyle;
dashes: defaulttablinedashes; dist: defaulttablinedist;
visible: defaulttablinevisible); |
defaultrepvaluedispoptions = [bo_evenpage,bo_oddpage]; |
defaultreportoptions = []; |
Generated by PasDoc 0.16.0.