[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'msedataedits' (#msegui)

tenumtypeedit

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A TEnumEdit which maps Pascal enums to their names

Declaration

Source position: msedataedits.pas line 1071

type tenumtypeedit = class(tcustomenumedit)

public

  property typeinfopo: ptypeinfo; [rw]

published

  property value: Integer;

  property valuedefault: Integer;

  property base: numbasety;

  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;

Inheritance

tenumtypeedit

  

A TEnumEdit which maps Pascal enums to their names

|

tcustomenumedit

|

tcustomenuedit

|

tcustomdropdownlistedit,idropdownlist,iifidropdownlistdatalink

|

tcustomdropdownedit,idropdown,iifidropdownlistdatalink

|

tcustomstringedit

|

tdataedit

|

tcustomdataedit,igridwidget,istatfile,idragcontroller,iassistiveclientgridwidget,iifidatalink

|

tcustomedit,iedit

|

tpublishedwidget

|

tpublishedwidgetnwr

|

tactionpublishedwidgetnwr

|

tactionwidget

|

twidget,iscrollframe,iface,iassistiveclient

|

tactcomponent,iactivatorclient

|

tmsecomponent,ievent,iificommand,iificlient

|

tcomponent

?

TObject

Description

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.

See also

TDataEdit

TStringEdit

TIntegerEdit


Documentation generated on: 2021-05-13