Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- These should all be exported as "of object"
- Example - Replace:
- addNativeGlobalType('procedure(Sender: TObject)', 'TNotifyEvent');
- With:
- addNativeGlobalType('procedure(Sender: TObject) of object', 'TNotifyEvent');
- https://github.com/MerlijnWajer/Simba/blob/73deaec2f0060333cccddba59678b975395ffd3f/Units/MMLAddon/LPInc/Classes/miniLCL/lplclcontrols.pas#L1665-L1666
- https://github.com/MerlijnWajer/Simba/blob/73deaec2f0060333cccddba59678b975395ffd3f/Units/MMLAddon/LPInc/Classes/miniLCL/lplclcontrols.pas#L1668-L1669
- https://github.com/MerlijnWajer/Simba/blob/73deaec2f0060333cccddba59678b975395ffd3f/Units/MMLAddon/LPInc/Classes/miniLCL/lplclcomctrls.pas#L1336-L1337
- https://github.com/MerlijnWajer/Simba/blob/73deaec2f0060333cccddba59678b975395ffd3f/Units/MMLAddon/LPInc/Classes/miniLCL/lplclforms.pas#L1192-L1193
- https://github.com/MerlijnWajer/Simba/blob/73deaec2f0060333cccddba59678b975395ffd3f/Units/MMLAddon/LPInc/Classes/miniLCL/lplclsystem.pas#L1286
- https://github.com/MerlijnWajer/Simba/blob/73deaec2f0060333cccddba59678b975395ffd3f/Units/MMLAddon/LPInc/Classes/miniLCL/lplclstdctrls.pas#L1977
- https://github.com/MerlijnWajer/Simba/blob/73deaec2f0060333cccddba59678b975395ffd3f/Units/MMLAddon/LPInc/Classes/miniLCL/lplclstdctrls.pas#L1980
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement