IsSecurityEnabled  IsTime

Chapter 10: PowerScript Functions

IsSIPVisible

Description

Indicates whether the SIP is currently visible to the user.

Syntax

Boolean IsSIPVisible ( )

Returns

Boolean. Returns “true” if the SIP is currently visible and “false” if it is not currently visible.

Usage

You can use this method to report the status of the SIP window.

Examples

Example 1

The following example displays the status of the SIP window in a single-line-edit text box:

IF isSIPVisible() THEN	
    sle_test.text = "SIP is UP"	
ELSE		
    sle_test.text = "SIP is Down"	
END IF

See also





Copyright © 2004. Sybase Inc. All rights reserved. IsTime

View this book as PDF