Unit msegraphedits
Uses
Functions and Procedures
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class tgrapheditframe |
|
Class ttogglegrapheditframe |
|
Class tgraphdataedit |
|
Class tpointeredit |
|
Class tsliderscrollbar |
|
Class tcustomrealgraphdataedit |
|
Class trealgraphdataedit |
|
Class tsliderframe |
|
Class tcustomslider |
|
Class tslider |
|
Class tbarface |
|
Class tbarframe |
|
Class tcustomprogressbar |
|
Class tprogressbar |
|
Class ttogglegraphdataedit |
|
Class tcustombooleanedit |
|
Class tbooleanedit |
|
Class tcustombooleaneditradio |
|
Class tbooleaneditradio |
|
Class tcustomintegergraphdataedit |
|
Class tvaluefacearrayprop |
|
Class tvaluefontarrayprop |
|
Class tcustomdatabutton |
|
Class tdatabutton |
|
Class tstockglyphdatabutton |
|
Class tcustomdataicon |
|
Class tdataicon |
Types
paintpointerglypheventty = procedure(const sender: tpointeredit; const acanvas: tcanvas; const avalue: pointer; const arow: integer) of object; |
paintrealglypheventty = procedure( const sender: tcustomrealgraphdataedit; const acanvas: tcanvas; const avalue: real; const arow: integer) of object; |
booleaneditarty = array of tcustombooleanedit; |
paintintegerglypheventty = procedure( const sender: tcustomintegergraphdataedit; const acanvas: tcanvas; const avalue: integer; const arow: integer) of object; |
databuttoneventty = procedure(const sender: tcustomdatabutton) of object; |
Constants
Description
Types
paintpointerglypheventty = procedure(const sender: tpointeredit; const acanvas: tcanvas; const avalue: pointer; const arow: integer) of object; |
paintrealglypheventty = procedure( const sender: tcustomrealgraphdataedit; const acanvas: tcanvas; const avalue: real; const arow: integer) of object; |
booleaneditarty = array of tcustombooleanedit; |
paintintegerglypheventty = procedure( const sender: tcustomintegergraphdataedit; const acanvas: tcanvas; const avalue: integer; const arow: integer) of object; |
databuttoneventty = procedure(const sender: tcustomdatabutton) of object; |
Constants
defaultsliderwidth = 200; |
defaultsliderheight = 20; |
defaultboxsize = 13; |
defaultsliderscrollbaroptions = defaultscrollbaroptions +
[sbo_valuekeys,sbo_thumbtrack]; |
defaultgrapheditframeoptions = defaultcaptionframeoptions + [cfo_captionfocus]; |
defaultslideroptionswidget = defaultoptionswidget + [ow_mousewheel]; |
defaultbarcolor = cl_ltblue; |
Generated by PasDoc 0.16.0.