| | |
| | | #parent: #root |
| | | StaticMethod InitializeTable ( |
| | | LibCal_Calendars subscribers, |
| | | LibCal_Calendar owner |
| | | LibCal_Calendar owner, |
| | | LibCal_EventCategory category |
| | | ) |
| | | { |
| | | TextBody: |
| | |
| | | owner.LibCal_SubscriberEventTable( relnew, ID := 'Week', Name := 'Week' ); |
| | | owner.LibCal_SubscriberEventTable( relnew, ID := 'Month', Name := 'Month' ); |
| | | } |
| | | category_i := selectobject( owner,CalendarRegistry.EventCategory, category, category.Name() = 'Unavaliable' ); |
| | | info('-----------------------------', owner.LibCal_SubscriberEventTable( relsize ), subscribers.Size(), isnull( category_i ) ); |
| | | info('-----------------------------', owner.LibCal_SubscriberEventTable( relsize ), subscribers.Size(), isnull( category ) ); |
| | | traverse( owner, LibCal_SubscriberEventTable, table ){ |
| | | table.InitializeTable( subscribers, category_i ); |
| | | table.InitializeTable( subscribers, category ); |
| | | } |
| | | *] |
| | | } |