TAppData
Publicado: Jue May 31, 2007 1:47 pm
I have been reading more the Xailer Help and found the AppData class.
Can I inherit this Class?
I would like to extend it so that I can not only add data to it, but also
add methods to read and write the data to a config file.
it says it's only instantiated once, is this a problem.
I'm thinking I can just do this
Class TAppData from XAppData
Property x
Property y
Method SaveConfig()
Method LoadConfig()
End Class
Can I inherit this Class?
I would like to extend it so that I can not only add data to it, but also
add methods to read and write the data to a config file.
it says it's only instantiated once, is this a problem.
I'm thinking I can just do this
Class TAppData from XAppData
Property x
Property y
Method SaveConfig()
Method LoadConfig()
End Class