Icon ModifyServerEvent Method

void __fastcall ModifyServerEvent(const System::UnicodeString
      EventName, const System::UnicodeString EventDescription,
      TEventRunType EventRunType, System::TDateTime EventStartDate,
      System::TDateTime EventEndDate, System::TDateTime EventStartTime,
       System::TDateTime EventEndTime, System::Word EventInterval,
      const TEventDays &EventDays, TEventDayOfMonth EventDayOfMonth,
      TEventDayOfWeek EventDayOfWeek, const TEventMonths &EventMonths)

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