Icon ModifyServerEvent Method

procedure ModifyServerEvent(const EventName: String; const
      EventDescription: String; EventRunType: TEventRunType;
      EventStartDate: TDateTime; EventEndDate: TDateTime;
      EventStartTime: TDateTime; EventEndTime: TDateTime;
      EventInterval: Word; EventDays: TEventDays; EventDayOfMonth:
      TEventDayOfMonth; EventDayOfWeek: TEventDayOfWeek; EventMonths:
      TEventMonths)

Usage

Call the ModifyServerEvent method to modify information about an existing scheduled event on a database server. Use the EventName parameter to specify the existing event name. Please see the AddServerEvent method for more information on the parameters returned from this method.

Information This method is only valid when the engine is running as a database server and the EngineType is set to etServer.
Image