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)
|
|
AssignTo(TPersistent)
|
|
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncFunctionEvent,TObject)
|
|
BeginInvoke(TAsyncProcedureEvent,TObject)
|
|
BeginInvoke(TProc,TObject)
|
|
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)
|
|
BeginInvoke<TResult>(TFunc<TResult>,TObject)
|
|
BeginUpdate
|
Prevents the scheduler’s View from flickering during batch updates.
|
Clear
|
Removes all holidays from the component.
|
DestroyComponents
|
|
Destroying
|
|
EndFunctionInvoke(IAsyncResult)
|
|
EndInvoke(IAsyncResult)
|
|
EndInvoke<TResult>(IAsyncResult)
|
|
EndUpdate
|
Updates the scheduler’s View and enables further repaint operations.
|
Equals(TObject)
|
|
ExecuteAction(TBasicAction)
|
|
FindComponent(String)
|
|
FreeNotification(TComponent)
|
|
FreeOnRelease
|
|
GetChildren(TGetChildProc,TComponent)
|
|
GetHashCode
|
|
GetHolidayNamesByDate(TDate,string,Boolean)
|
Constructs a string with names of holidays whose dates match the specified date.
|
GetNamePath
|
|
GetOwner
|
|
GetParentComponent
|
|
HasParent
|
|
InsertComponent(TComponent)
|
|
IsImplementorOf(IInterface)
|
|
Loaded
|
|
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)
|
|
PopulateHolidayDates(TcxSchedulerDateList,TDate,TDate,Boolean,Boolean)
|
Populates a list with holidays available within the specified time period.
|
ReferenceInterface(IInterface,TOperation)
|
|
RemoveComponent(TComponent)
|
|
RemoveFreeNotification(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)
|
|
SetSubComponent(Boolean)
|
|
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.
|
ToString
|
|
UpdateAction(TBasicAction)
|
|