Back to Devexpress

TcxSchedulerHolidays Methods

vcl-cxschedulerholidays-dot-tcxschedulerholidays-dot-underscore-methods.md

latest14.3 KB
Original Source

TcxSchedulerHolidays Methods

A component that stores holidays to be used in the bound scheduler.

NameDescription
AddHoliday(string,string,TDateTime)Adds a holiday to the TcxSchedulerHolidays component and returns a reference to this holiday.
AddListener(IcxSchedulerHolidaysListener)Registers an object that is to be notified when the TcxSchedulerHolidays component changes.
AddLocation(string)Adds a holiday location to the TcxSchedulerHolidays component returns a reference to this location.
Assign(TPersistent)Inherited from TPersistent.
AssignTo(TPersistent)Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject)Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject)Inherited from TComponent.
BeginInvoke(TProc,TObject)Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject)Inherited from TComponent.
BeginUpdatePrevents the scheduler’s View from flickering during batch updates.
ClearRemoves all holidays from the component.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
EndUpdateUpdates the scheduler’s View and enables further repaint operations.
Equals(TObject)Inherited from TObject.
ExecuteAction(TBasicAction)Inherited from TComponent.
FindComponent(String)Inherited from TComponent.
FreeNotification(TComponent)Inherited from TComponent.
FreeOnReleaseInherited from TComponent.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetHashCodeInherited from TObject.
GetHolidayNamesByDate(TDate,string,Boolean)Constructs a string with names of holidays whose dates match the specified date.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentInherited from TComponent.
HasParentInherited from TComponent.
InsertComponent(TComponent)Inherited from TComponent.
IsImplementorOf(IInterface)Inherited from TComponent.
LoadedInherited from TComponent.
LoadFromFile(string)Reads holidays from the specified file into the TcxSchedulerHolidays component.
LoadFromStream(TStream)Reads holidays from the specified stream into the TcxSchedulerHolidays component.
Notification(TComponent,TOperation)Inherited from TComponent.
PopulateHolidayDates(TcxSchedulerDateList,TDate,TDate,Boolean,Boolean)Populates a list with holidays available within the specified time period.
ReferenceInterface(IInterface,TOperation)Inherited from TComponent.
RemoveComponent(TComponent)Inherited from TComponent.
RemoveFreeNotification(TComponent)Inherited from TComponent.
RemoveListener(IcxSchedulerHolidaysListener)Deletes a listener from the collection of listeners registered using the AddListener method.
RestoreFromIniFile(string,string)Restores holidays from an INI file that was previously saved by the StoreToIniFile method.
RestoreFromRegistry(string,string)Restores holidays from the registry that was previously saved by the StoreToRegistry method.
RestoreFromStorage(string,TcxCustomReaderClass,string)Restores holidays from a custom storage that was previously saved by the StoreToStorage method.
RestoreFromStream(TStream,string)Restores holidays from a stream that was previously saved by the StoreToStream method.
SaveToFile(string)Writes holidays from the TcxSchedulerHolidays component to the specified file.
SaveToStream(TStream)Writes holidays from the TcxSchedulerHolidays component to the specified stream.
SetParentComponent(TComponent)Inherited from TComponent.
SetSubComponent(Boolean)Inherited from TComponent.
StoreToIniFile(string,string)Saves holidays from the TcxSchedulerHolidays component to an INI file.
StoreToRegistry(string,string)Saves holidays from the TcxSchedulerHolidays component to the registry.
StoreToStorage(string,TcxCustomWriterClass,string)Saves holidays from the TcxSchedulerHolidays component to a custom storage.
StoreToStream(TStream,string)Saves holidays from the TcxSchedulerHolidays component to a stream.
ToStringInherited from TObject.
UpdateAction(TBasicAction)Inherited from TComponent.

See Also

TcxSchedulerHolidays Class

TcxSchedulerHolidays Members

cxSchedulerHolidays Unit