Class tcustomdropdownbuttonframe

Unit

Declaration

type tcustomdropdownbuttonframe = class(tcustombuttonframe)

Description

No description available, ancestor tcustombuttonframe description follows
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 updatestate() override;
Protected function getbuttonclass: framebuttonclassty override;
Protected function getbutton: tdropdownbutton;
Protected procedure setbutton(const avalue: tdropdownbutton);
Public constructor create(const aintf: icaptionframe; const buttonintf: ibutton); override;
Public procedure updatedropdownoptions(const avalue: dropdowneditoptionsty);

Properties

Public property readonly: boolean read freadonly write setreadonly default false;
Public property button: tdropdownbutton read getbutton write setbutton;

Description

Methods

Protected procedure updatestate() override;
 
Protected function getbuttonclass: framebuttonclassty override;
 
Protected function getbutton: tdropdownbutton;
 
Protected procedure setbutton(const avalue: tdropdownbutton);
 
Public constructor create(const aintf: icaptionframe; const buttonintf: ibutton); override;
 
Public procedure updatedropdownoptions(const avalue: dropdowneditoptionsty);
 

Properties

Public property readonly: boolean read freadonly write setreadonly default false;
 
Public property button: tdropdownbutton read getbutton write setbutton;
 

Generated by PasDoc 0.16.0.