Difference between revisions of "PropertyListBox.Register"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (12 revisions imported)
m (1 revision imported)
 
Line 6: Line 6:
 
| parameters=Name As String, ProductKey As String, SerialKey As Integer
 
| parameters=Name As String, ProductKey As String, SerialKey As Integer
 
| returntype=Boolean
 
| returntype=Boolean
| version=1.6.0
+
| version=1.8
 
| platform=all
 
| platform=all
 
}}
 
}}

Latest revision as of 18:27, 9 October 2015

Method
PropertyListBox.Register ( Name As String, ProductKey As String, SerialKey As Integer ) As Boolean


In order to Register this control in your Application, you need to call this method only once.

If the PropertyListBox is registered, the return Value is True. If the Serial Key does not match the Name, the return Value will be False.