Difference between revisions of "CalendarView.Register"
From Jeremie Leroy - XOJO Controls Wiki
m (96 revisions imported) |
|||
(58 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
| ownertype=class | | ownertype=class | ||
| scope=public | | scope=public | ||
− | | parameters=Name As String, SerialKey As | + | | parameters=Name As String, SerialKey As String |
| returntype=Boolean | | returntype=Boolean | ||
− | | version=1. | + | | version=1.4.1 |
| platform=all | | platform=all | ||
}} | }} | ||
Line 12: | Line 12: | ||
− | In order to | + | In order to [[CalendarView.Register|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 | + | 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. |
Latest revision as of 13:21, 6 August 2015
Method
CalendarView.Register ( Name As String, SerialKey As String ) 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.