Datasnap.DSSession.TDSSession.IsIdleMS

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function IsIdleMS(Milliseconds: Cardinal): Boolean;

C++

bool __fastcall IsIdleMS(unsigned Milliseconds);

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