Difference between revisions of "CalendarEvent"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
  
{{Description
+
Class holder for all events displayed in the CalendarView.
| text=
+
 
}}
+
  
  
Line 13: Line 12:
 
|width=33%|{{Property | name=Day | type=Integer | description= | readonly=yes | newinversion=}}
 
|width=33%|{{Property | name=Day | type=Integer | description= | readonly=yes | newinversion=}}
 
|width=33%|{{Property | name=EndSeconds | type=Double | description= | readonly=yes | newinversion=}}
 
|width=33%|{{Property | name=EndSeconds | type=Double | description= | readonly=yes | newinversion=}}
|width=33%|{{Property | name=StartDate | type=Date | description= | readonly=no | newinversion=}}
+
|width=33%|{{Property | name=StartSeconds | type=Double | description= | readonly=yes | newinversion=}}
 
|-
 
|-
 
|width=33%|{{Property | name=DayEvent | type=Boolean | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=DayEvent | type=Boolean | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=EventColor | type=Color | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=EventColor | type=Color | description= | readonly=no | newinversion=}}
|width=33%|{{Property | name=StartSeconds | type=Double | description= | readonly=yes | newinversion=}}
+
|width=33%|{{Property | name=StartTime | type=Integer | description= | readonly=yes | newinversion=}}
 
|-
 
|-
 
|width=33%|{{Property | name=Description | type=String | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=Description | type=String | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=FrontMost | type=Boolean | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=FrontMost | type=Boolean | description= | readonly=no | newinversion=}}
|width=33%|{{Property | name=StartTime | type=Integer | description= | readonly=yes | newinversion=}}
+
|width=33%|{{Property | name=Title | type=String | description= | readonly=no | newinversion=}}
 
|-
 
|-
 
|width=33%|{{Property | name=DrawH | type=Integer | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=DrawH | type=Integer | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=ID | type=String | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=ID | type=String | description= | readonly=no | newinversion=}}
|width=33%|{{Property | name=Title | type=String | description= | readonly=no | newinversion=}}
+
|width=33%|{{Property | name=Visible | type=Boolean | description= | readonly=no | newinversion=}}
 
|-
 
|-
 
|width=33%|{{Property | name=DrawW | type=Integer | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=DrawW | type=Integer | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=Length | type=Double | description= | readonly=yes | newinversion=}}
 
|width=33%|{{Property | name=Length | type=Double | description= | readonly=yes | newinversion=}}
|width=33%|{{Property | name=Visible | type=Boolean | description= | readonly=no | newinversion=}}
+
 
 
|-
 
|-
 
|width=33%|{{Property | name=DrawX | type=Single | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=DrawX | type=Single | description= | readonly=no | newinversion=}}
|width=33%|{{Property | name=Link | type=String | description= | readonly=no | newinversion=}}
+
|width=33%|{{Property | name=Location | type=String | description= | readonly=no | newinversion=}}
  
 
|-
 
|-
 
|width=33%|{{Property | name=DrawY | type=Integer | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=DrawY | type=Integer | description= | readonly=no | newinversion=}}
|width=33%|{{Property | name=Location | type=String | description= | readonly=no | newinversion=}}
+
|width=33%|{{Property | name=MouseOver | type=Boolean | description= | readonly=no | newinversion=}}
  
 
|-
 
|-
 
|width=33%|{{Property | name=EndDate | type=Date | description= | readonly=no | newinversion=}}
 
|width=33%|{{Property | name=EndDate | type=Date | description= | readonly=no | newinversion=}}
|width=33%|{{Property | name=MouseOver | type=Boolean | description= | readonly=no | newinversion=}}
 
 
|}
 
|}
  
Line 54: Line 52:
 
|-
 
|-
 
|{{Method | name=Constructor | description= | newinversion=}}
 
|{{Method | name=Constructor | description= | newinversion=}}
|-
 
|{{Method | name=Operator_Compare | params=cevent As CalendarEvent | description= | returntype=Integer | newinversion=}}
 
 
|-
 
|-
 
|{{Method | name=SetLength | params=Value As Double | description= | newinversion=}}
 
|{{Method | name=SetLength | params=Value As Double | description= | newinversion=}}
 
|-
 
|-
 
|}
 
|}
 +
 +
 +
 +
 +
 +
==See Also==
 +
 +
[[CalendarView]], [[CalendarDrawPosition]]

Revision as of 01:30, 1 May 2012

Class holder for all events displayed in the CalendarView.



Properties
Day EndSeconds StartSeconds
DayEvent EventColor StartTime
Description FrontMost Title
DrawH ID Visible
DrawW Length
DrawX Location
DrawY MouseOver
EndDate



Methods
Constructor
Constructor
SetLength



See Also

CalendarView, CalendarDrawPosition