APPLICATIONTITLE

  

DEVELOPER

 

 

Purpose

.ApplicationTitle sets the application title that appears on the PROIV Client window.

Object Type

Client

Syntax

ObjectReference.ApplicationTitle = Value

Operation

ObjectReference is the Tag Name of the PROIV Client object.
Value
is the application name displayed on the PROIV Client window.

 

Remarks

 

Example

To change the title that appears on the PROIV Client window to "Invoicing System":

Client.ApplicationTitle = "Invoicing System"
 

Comment on this topic

Topic ID: 510121