Hi
I define a data type as :
when i use it as :
But I found it has Initialize and Initialized too. Could i use them(Initialize and Initialized) in program ?
I define a data type as :
B4X:
Type thdfunction(name As String,param() As Object)
when i use it as :
B4X:
Public Sub Assigned(fnName As String,fnParam() As Object)
Dim obj As thdfunction
obj.name =fnName
obj.param = fnParam
End Sub
But I found it has Initialize and Initialized too. Could i use them(Initialize and Initialized) in program ?