[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A TEnumEdit which maps Pascal enums to their names
Source position: msedataedits.pas line 1071
type tenumtypeedit = class(tcustomenumedit) |
||
public |
||
property typeinfopo: ptypeinfo; [rw] |
||
published |
||
property value: Integer; |
||
property valuedefault: Integer; |
||
property bitcount: Integer; |
||
property valuemin: Integer; |
||
property valuemax: Integer; |
||
property onsetvalue: setintegereventty; |
||
property ifilink: tifienumlinkcomp; |
||
property dropdown: tenumdropdowncontroller; |
||
property onbeforedropdown: notifyeventty; |
||
property onafterclosedropdown: notifyeventty; |
||
property oninit: enumtypeediteventty; [rw] |
|
Event handler for when the TEnumTypeEdit list is initialized. |
end; |
|
A TEnumEdit which maps Pascal enums to their names |
|
| | ||
| | ||
| | ||
tcustomdropdownlistedit,idropdownlist,iifidropdownlistdatalink |
||
| | ||
tcustomdropdownedit,idropdown,iifidropdownlistdatalink |
||
| | ||
| | ||
| | ||
tcustomdataedit,igridwidget,istatfile,idragcontroller,iassistiveclientgridwidget,iifidatalink |
||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
twidget,iscrollframe,iface,iassistiveclient |
||
| | ||
| | ||
tmsecomponent,ievent,iificommand,iificlient |
||
| | ||
tcomponent |
||
? | ||
TObject |
A TEnumEdit which maps Pascal enums to their names.
A TEnumEdit which maps Pascal enums to their names. Use OnInit event to store the typeinfo pointer of the enum type into sender.typeinfopo.