Class tcustomtoolbuttons

Unit

Declaration

type tcustomtoolbuttons = class(tindexpersistentarrayprop)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fbuttonstate: toolbuttonsstatesty;

Methods

Protected procedure createitem(const index: integer; var item: tpersistent); override;
Protected procedure dochange(const index: integer); override;
Protected procedure objectchanged(const sender: tobject);
Protected class function getbuttonclass: toolbuttonclassty; virtual;
Public constructor create(const aowner: tcustomtoolbar); reintroduce;
Public destructor destroy(); override;
Public class function getitemclasstype(): persistentclassty; override;
Public procedure createface();
Public procedure createfacechecked();
Public procedure createframe();
Public procedure createframechecked();
Public procedure createframesephorz();
Public procedure createframesepvert();
Public procedure doupdate();
Public procedure resetradioitems(const group: integer);
Public function getcheckedradioitem(const group: integer): tcustomtoolbutton;
Public function add: tcustomtoolbutton;

Properties

Public property items[const index: integer]: tcustomtoolbutton read getitems write setitems;
Published property width: integer read fwidth write setwidth default 0;
Published property height: integer read fheight write setheight default 0;
Published property imagelist: timagelist read fimagelist write setimagelist;
Published property colorglyph: colorty read fcolorglyph write setcolorglyph default cl_default;
Published property color: colorty read fcolor write setcolor default cl_default;
Published property face: tface read getface write setface;
Published property facechecked: tface read getfacechecked write setfacechecked;
Published property frame: tframe read getframe write setframe;
Published property framechecked: tframe read getframechecked write setframechecked;
Published property framesephorz: tframe read getframesephorz write setframesephorz;
Published property framesepvert: tframe read getframesepvert write setframesepvert;

Description

Fields

Protected fbuttonstate: toolbuttonsstatesty;

This item has no description.

Methods

Protected procedure createitem(const index: integer; var item: tpersistent); override;

This item has no description.

Protected procedure dochange(const index: integer); override;

This item has no description.

Protected procedure objectchanged(const sender: tobject);

This item has no description.

Protected class function getbuttonclass: toolbuttonclassty; virtual;

This item has no description.

Public constructor create(const aowner: tcustomtoolbar); reintroduce;

This item has no description.

Public destructor destroy(); override;

This item has no description.

Public class function getitemclasstype(): persistentclassty; override;

This item has no description.

Public procedure createface();

This item has no description.

Public procedure createfacechecked();

This item has no description.

Public procedure createframe();

This item has no description.

Public procedure createframechecked();

This item has no description.

Public procedure createframesephorz();

This item has no description.

Public procedure createframesepvert();

This item has no description.

Public procedure doupdate();

This item has no description.

Public procedure resetradioitems(const group: integer);

This item has no description.

Public function getcheckedradioitem(const group: integer): tcustomtoolbutton;

This item has no description.

Public function add: tcustomtoolbutton;

This item has no description.

Properties

Public property items[const index: integer]: tcustomtoolbutton read getitems write setitems;

This item has no description.

Published property width: integer read fwidth write setwidth default 0;

This item has no description.

Published property height: integer read fheight write setheight default 0;

This item has no description.

Published property imagelist: timagelist read fimagelist write setimagelist;

This item has no description.

Published property colorglyph: colorty read fcolorglyph write setcolorglyph default cl_default;

This item has no description.

Published property color: colorty read fcolor write setcolor default cl_default;

This item has no description.

Published property face: tface read getface write setface;

This item has no description.

Published property facechecked: tface read getfacechecked write setfacechecked;

This item has no description.

Published property frame: tframe read getframe write setframe;

This item has no description.

Published property framechecked: tframe read getframechecked write setframechecked;

This item has no description.

Published property framesephorz: tframe read getframesephorz write setframesephorz;

This item has no description.

Published property framesepvert: tframe read getframesepvert write setframesepvert;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.