Class tcustombuttonsframe

Unit

Declaration

type tcustombuttonsframe = class(teditframe)

Description

No description available, ancestor teditframe description follows
No description available, ancestor tcustomcaptionframe description follows
No description available, ancestor tcustomframe description follows
No description available, ancestor toptionalpersistent description follows
No description available, ancestor tnullinterfacedpersistent description follows
No description available, ancestor tvirtualpersistent description follows

Hierarchy

Overview

Fields

Protected factivebutton: integer;
Protected fbuttonintf: ibutton;

Methods

Protected procedure getpaintframe(var aframe: framety); override;
Protected function getbuttonclass: framebuttonclassty; virtual;
Protected procedure updatestate; override;
Protected procedure internalpaintoverlay(const canvas: tcanvas; const arect: rectty) override;
Protected procedure dokeydown(var info: keyeventinfoty) override;
Public constructor create(const aintf: icaptionframe; const buttonintf: ibutton); reintroduce; virtual;
Public destructor destroy; override;
Public procedure checktemplate(const sender: tobject); override;
Public function buttonframe: framety;
Public procedure updatemousestate(const sender: twidget; const info: mouseeventinfoty); override;
Public procedure updatewidgetstate; override;
Public procedure mouseevent(var info: mouseeventinfoty);
Public procedure initgridframe; override;

Properties

Public property buttons: tframebuttons read fbuttons write setbuttons;

Description

Fields

Protected factivebutton: integer;
 
Protected fbuttonintf: ibutton;
 

Methods

Protected procedure getpaintframe(var aframe: framety); override;
 
Protected function getbuttonclass: framebuttonclassty; virtual;
 
Protected procedure updatestate; override;
 
Protected procedure internalpaintoverlay(const canvas: tcanvas; const arect: rectty) override;
 
Protected procedure dokeydown(var info: keyeventinfoty) override;
 
Public constructor create(const aintf: icaptionframe; const buttonintf: ibutton); reintroduce; virtual;
 
Public destructor destroy; override;
 
Public procedure checktemplate(const sender: tobject); override;
 
Public function buttonframe: framety;
 
Public procedure updatemousestate(const sender: twidget; const info: mouseeventinfoty); override;
 
Public procedure updatewidgetstate; override;
 
Public procedure mouseevent(var info: mouseeventinfoty);
 
Public procedure initgridframe; override;
 

Properties

Public property buttons: tframebuttons read fbuttons write setbuttons;
 

Generated by PasDoc 0.16.0.