IsLoggedIn Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Login >

IsLoggedIn Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

function IsLoggedIn: WordBool;

Section

Description

Checks login status of user.

Section

Parameters

none

Section

Method Result

False

True

Section

Example

PowaMasterObj.IsLoggedIn;

Section

See Also

GetSecurityModel

DoLogin

DoLogOff

Section