|
|
|
|
|
PageVisible (Function) In french: PageVisible Indicates whether the page is visible to the user. // Page visible? Yes => initialize it IF PageVisible() THEN Initialize()
Syntax <Result>: Boolean - True if the page is visible to the user,
- False otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|