Icon ModifyRemoteEvent Method

procedure ModifyRemoteEvent(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 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