Datasnap.DSSession.TDSSession.IsIdle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsIdle(Seconds: Cardinal): Boolean;

C++

bool __fastcall IsIdle(unsigned Seconds);

Properties

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

Description

Specifies whether the session is idle.

The IsIdle method returns True if the session did not have any activity for a specified number of seconds, False otherwise.

See Also