Ricky D Well-Known Member Licensed User Longtime User Jan 10, 2012 #1 Can we have our own classes in our apps? I use them in my windows7 app to pass objects from the grid to an edit page. regards, Ricky
Can we have our own classes in our apps? I use them in my windows7 app to pass objects from the grid to an edit page. regards, Ricky
Erel B4X founder Staff member Licensed User Longtime User Jan 10, 2012 #2 You can use Type keyword to create custom types. Code modules are similar to static classes (singletons). Upvote 0
You can use Type keyword to create custom types. Code modules are similar to static classes (singletons).
Ricky D Well-Known Member Licensed User Longtime User Jan 10, 2012 #3 any examples? Do you have any examples for me to see how to construct them? I'm used to C# in .Net regards, Ricky Upvote 0
any examples? Do you have any examples for me to see how to construct them? I'm used to C# in .Net regards, Ricky
Erel B4X founder Staff member Licensed User Longtime User Jan 10, 2012 #4 See this link: Basic4android Search: type Upvote 0
Ricky D Well-Known Member Licensed User Longtime User Jan 10, 2012 #5 Erel said: See this link: Basic4android Search: type Click to expand... Thanks Erel. That should do what I need. regards, Ricky Upvote 0
Erel said: See this link: Basic4android Search: type Click to expand... Thanks Erel. That should do what I need. regards, Ricky