Just thought it would make sense to have:
rather than (or in addition to):
This would make it even more OOP-like for those that like that sort of thing ;)
Russell
btnOne:TGadget = CreateButton(...) btnOne.SetText("Hello")
rather than (or in addition to):
btnOne:TGadget = CreateButton(...) SetGadgetText(btnOne,"Hello")
This would make it even more OOP-like for those that like that sort of thing ;)
Russell