Source position: mui.pas line 534
type tMUI_EventHandlerNode = record |
||
ehn_Node: tMinNode; |
|
|
ehn_Reserved: Byte; |
|
|
ehn_Priority: Byte; |
|
|
ehn_Flags: Word; |
|
|
ehn_Object: pObject_; |
|
|
ehn_Class: pIClass; |
|
|
ehn_Events: LongWord; |
|
|
end; |