Difference between revisions of "CalendarView.Register"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (1 revision)
Line 6: Line 6:
 
| parameters=Name As String, SerialKey As Integer
 
| parameters=Name As String, SerialKey As Integer
 
| returntype=Boolean
 
| returntype=Boolean
 +
| version=1.1.0
 
| platform=all
 
| platform=all
 
}}
 
}}
Line 12: Line 13:
  
 
In order to register this control in your Application, you need to call this method only once.
 
In order to register this control in your Application, you need to call this method only once.
If the CalendarView is registered, the return Value is True. If the Serial Key does not match the Name, the return Value will be False.
+
If the CalendarView is registered, the return Value is True. If the Serial Key does not match the '''Name''', the return Value will be False.

Revision as of 17:32, 2 May 2012

Method
CalendarView.Register ( Name 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 CalendarView is registered, the return Value is True. If the Serial Key does not match the Name, the return Value will be False.