Unit msegraphedits

Description

This item has no 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

defaultsliderwidth = 200;
defaultsliderheight = 20;
defaultboxsize = 13;
defaultsliderscrollbaroptions = defaultscrollbaroptions + [sbo_valuekeys,sbo_thumbtrack];
defaultgrapheditframeoptions = defaultcaptionframeoptions + [cfo_captionfocus];
defaultslideroptionswidget = defaultoptionswidget + [ow_mousewheel];
defaultbarcolor = cl_ltblue;

Description

Types

paintpointerglypheventty = procedure(const sender: tpointeredit; const acanvas: tcanvas; const avalue: pointer; const arow: integer) of object;

This item has no description.

paintrealglypheventty = procedure( const sender: tcustomrealgraphdataedit; const acanvas: tcanvas; const avalue: real; const arow: integer) of object;

This item has no description.

booleaneditarty = array of tcustombooleanedit;

This item has no description.

paintintegerglypheventty = procedure( const sender: tcustomintegergraphdataedit; const acanvas: tcanvas; const avalue: integer; const arow: integer) of object;

This item has no description.

databuttoneventty = procedure(const sender: tcustomdatabutton) of object;

This item has no description.

Constants

defaultsliderwidth = 200;

This item has no description.

defaultsliderheight = 20;

This item has no description.

defaultboxsize = 13;

This item has no description.

defaultsliderscrollbaroptions = defaultscrollbaroptions + [sbo_valuekeys,sbo_thumbtrack];

This item has no description.

defaultgrapheditframeoptions = defaultcaptionframeoptions + [cfo_captionfocus];

This item has no description.

defaultslideroptionswidget = defaultoptionswidget + [ow_mousewheel];

This item has no description.

defaultbarcolor = cl_ltblue;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.