Class tcustombuttonframe

Unit

Declaration

type tcustombuttonframe = class(tcustombuttonsframe)

Description

No description available, ancestor tcustombuttonsframe description follows
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

Methods

Protected procedure setactivebutton(avalue: integer);
Protected function getbutton: tframebutton;
Protected procedure setbutton(const avalue: tframebutton);
Public constructor create(const aintf: icaptionframe; const buttonintf: ibutton); override;

Properties

Public property activebutton: integer read factivebutton write setactivebutton default 0;
Public property button: tframebutton read getbutton write setbutton;

Description

Methods

Protected procedure setactivebutton(avalue: integer);
 
Protected function getbutton: tframebutton;
 
Protected procedure setbutton(const avalue: tframebutton);
 
Public constructor create(const aintf: icaptionframe; const buttonintf: ibutton); override;
 

Properties

Public property activebutton: integer read factivebutton write setactivebutton default 0;
 
Public property button: tframebutton read getbutton write setbutton;
 

Generated by PasDoc 0.16.0.