Class tframebutton

Unit

Declaration

type tframebutton = class(townedeventpersistent, iframe, iimagelistinfo)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fframerect: rectty;
Protected finfo: shapeinfoty;
Protected fframe: tframe;
Protected freadonly: boolean;

Methods

Protected procedure doexec();
Protected procedure mouseevent(var info: mouseeventinfoty; const intf: iframe; const buttonintf: ibutton; const index: integer);
Public constructor create(aowner: tobject); override;
Public destructor destroy; override;
Public procedure createface;
Public procedure createframe;
Public procedure checktemplate(const sender: tobject);
Public procedure updatewidgetstate(const awidget: twidget);
Public procedure assign(source: tpersistent); override;

Properties

Public property visible: boolean read getvisible write setvisible default true;
Public property enabled: boolean read getenabled write setenabled default true;
Public property left: boolean read getleft write setleft default false;
Published property width: integer read fbuttonwidth write setbuttonwidth default 0;
Published property color: colorty read finfo.color write setcolor default cl_default;
Published property colorglyph: colorty read finfo.ca.colorglyph write setcolorglyph default cl_default;
Published property face: tface read getface write setface;
Published property frame: tframe read getframe write setframe;
Published property imagelist: timagelist read finfo.ca.imagelist write setimagelist;
Published property imagenr: imagenrty read finfo.ca.imagenr write setimagenr default -1;
Published property imagenrdisabled: imagenrty read finfo.imagenrdisabled write setimagenrdisabled default -2;
Published property options: framebuttonoptionsty read foptions write setoptions default [];
Published property shortcut: shortcutty read fshortcut write fshortcut default ord(key_none) ;
Published property action: taction read faction write setaction;
Published property onexecute: notifyeventty read fonexecute write fonexecute;

Description

Fields

Protected fframerect: rectty;

This item has no description.

Protected finfo: shapeinfoty;

This item has no description.

Protected fframe: tframe;

This item has no description.

Protected freadonly: boolean;

This item has no description.

Methods

Protected procedure doexec();

This item has no description.

Protected procedure mouseevent(var info: mouseeventinfoty; const intf: iframe; const buttonintf: ibutton; const index: integer);

This item has no description.

Public constructor create(aowner: tobject); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure createface;

This item has no description.

Public procedure createframe;

This item has no description.

Public procedure checktemplate(const sender: tobject);

This item has no description.

Public procedure updatewidgetstate(const awidget: twidget);

This item has no description.

Public procedure assign(source: tpersistent); override;

This item has no description.

Properties

Public property visible: boolean read getvisible write setvisible default true;

This item has no description.

Public property enabled: boolean read getenabled write setenabled default true;

This item has no description.

Public property left: boolean read getleft write setleft default false;

This item has no description.

Published property width: integer read fbuttonwidth write setbuttonwidth default 0;

This item has no description.

Published property color: colorty read finfo.color write setcolor default cl_default;

This item has no description.

Published property colorglyph: colorty read finfo.ca.colorglyph write setcolorglyph default cl_default;

This item has no description.

Published property face: tface read getface write setface;

This item has no description.

Published property frame: tframe read getframe write setframe;

This item has no description.

Published property imagelist: timagelist read finfo.ca.imagelist write setimagelist;

This item has no description.

Published property imagenr: imagenrty read finfo.ca.imagenr write setimagenr default -1;

This item has no description.

Published property imagenrdisabled: imagenrty read finfo.imagenrdisabled write setimagenrdisabled default -2;

This item has no description.

Published property options: framebuttonoptionsty read foptions write setoptions default [];

This item has no description.

Published property shortcut: shortcutty read fshortcut write fshortcut default ord(key_none) ;

This item has no description.

Published property action: taction read faction write setaction;

This item has no description.

Published property onexecute: notifyeventty read fonexecute write fonexecute;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.