Unit mseedit
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Class teditframe |
|
Class tscrolleditframe |
|
Class tscrollboxeditframe |
|
Interface ibutton |
|
Class tframebutton |
|
Class tstockglyphframebutton |
|
Class tframebuttons |
|
Class tcustombuttonsframe |
|
Class tbuttonsframe |
|
Class tcustombuttonframe |
|
Class tbuttonframe |
|
Class tmultibuttonframe |
|
Class tcustomedit |
|
Class tedit |
Types
buttonactionty = (...); |
buttoneventty = procedure(const sender: tobject; var action: buttonactionty; const buttonindex: integer) of object; |
framebuttonoptionty = (...); |
framebuttonoptionsty = set of framebuttonoptionty; |
framebuttonclassty = class of tframebutton; |
texteditedeventty = procedure(const sender: tcustomedit; var atext: msestring) of object; |
emptyoptionty = (...); |
emptyoptionsty = set of emptyoptionty; |
Constants
Description
Types
buttonactionty = (...); |
|
This item has no description. Values
|
buttoneventty = procedure(const sender: tobject; var action: buttonactionty; const buttonindex: integer) of object; |
|
This item has no description. |
framebuttonoptionty = (...); |
|
This item has no description. Values
|
framebuttonoptionsty = set of framebuttonoptionty; |
|
This item has no description. |
framebuttonclassty = class of tframebutton; |
|
This item has no description. |
texteditedeventty = procedure(const sender: tcustomedit; var atext: msestring) of object; |
|
This item has no description. |
emptyoptionty = (...); |
|
This item has no description. Values
|
emptyoptionsty = set of emptyoptionty; |
|
This item has no description. |
Constants
defaulteditwidgetoptions = defaultoptionswidget
; |
|
This item has no description. |
defaulteditwidgetoptions1 = defaultoptionswidget1+
[ow1_fontglyphheight,ow1_autoscale]; |
|
This item has no description. |
defaulteditwidgetwidth = 100; |
|
This item has no description. |
defaulteditwidgetheight = 20; |
|
This item has no description. |
defaulttextflags = [tf_ycentered,tf_noselect]; |
|
This item has no description. |
defaulttextflagsactive = [tf_ycentered]; |
|
This item has no description. |
defaulttextflagsnoycentered = defaulttextflags - [tf_ycentered]; |
|
This item has no description. |
defaulttextflagsactivenoycentered = defaulttextflagsactive - [tf_ycentered]; |
|
This item has no description. |
defaulttextflagsempty = [tf_ycentered,tf_xcentered]; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.