[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msetoolbar.pas line 217
type tcustomtoolbuttons = class(tindexpersistentarrayprop) |
public |
constructor create(); |
destructor destroy; override; |
class function getitemclasstype; override; |
procedure createface; |
procedure createfacechecked; |
procedure createframe; |
procedure createframechecked; |
procedure createframesephorz; |
procedure createframesepvert; |
procedure doupdate; |
procedure resetradioitems(); |
function getcheckedradioitem(); |
function add; |
property items []: tcustomtoolbutton; default; [rw] |
published |
property width: Integer; [rw] |
property height: Integer; [rw] |
property imagelist: timagelist; [rw] |
property colorglyph: colorty; [rw] |
property facechecked: tface; [rw] |
property framechecked: tframe; [rw] |
property framesephorz: tframe; [rw] |
property framesepvert: tframe; [rw] |
end; |
| |
| |
| |
| |
| |
tpersistent |
? |
TObject |