I have read the document and it says only table and userdata can set delegate to them, but when I browse source code I found SQInstance is also derived from SQDelegable, so can I setdelegate for class instance?
Because I want implement something like "State Design Pattern" to my object model, I think if I can set a delegation to an instance is very useful.