Icon ModifyRemoteEvent Method

void __fastcall ModifyRemoteEvent(const AnsiString EventName,
      const AnsiString EventDescription, TEventRunType EventRunType,
      System::TDateTime EventStartDate, System::TDateTime EventEndDate,
       System::TDateTime EventStartTime, System::TDateTime
      EventEndTime, Word EventInterval, const bool * EventDays,
      TEventDayOfMonth EventDayOfMonth, TEventDayOfWeek EventDayOfWeek,
       const bool * EventMonths)

Usage

Call the ModifyRemoteEvent 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 AddRemoteEvent method for more information on the parameters returned from this method.

Information This method is only valid for encrypted remote sessions connected as an administrator to the administration port on a database server.
Image