Datasnap.DSSession.TDSSession.IsIdleMS

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsIdleMS(Milliseconds: Cardinal): Boolean;

C++

bool __fastcall IsIdleMS(unsigned Milliseconds);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSession

Description

Returns whether the session did not have any activity for the number of specified milliseconds.

The IsIdleMS method returns True if the session did not have any activity for the number of specified Milliseconds.

See Also