Datasnap.DSSession.TDSSession.ScheduleUserEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSSession

Delphi

procedure ScheduleUserEvent(Event: TDBXScheduleEvent; ElapsedTime: Integer);

C++

void __fastcall ScheduleUserEvent(Data::Dbxcommon::_di_TDBXScheduleEvent Event, int ElapsedTime);

Description

Schedules an event to be run at a specified moment.

The ScheduleUserEvent method runs the specified event at a particular moment in the creation time.

See Also