PAGINGMAXWIDTH

 

 

Purpose

.PagingMaxWidth sets the maximum width that a Paging Area object can be resized to when Dynamic Resizing functionality is used.

(Open Client only)

Object Type

Paging Cycles

Syntax

Setting:          ObjectReference.PagingMaxWidth = Value

Retrieving:     
Variable = ObjectReference.PagingMaxWidth

Operation

ObjectReference is the Tag Name of the object
Value
is an integer between the values of 0-999

Remarks

Use to restrict the maximum width of a Paging Cycle object when resized. This property overrides the AutoPagingMaxWidth Application property. If the .PagingMaxWidth is not set or set to zero, then the Application property is used to determine the resizing behaviour.

Example

To set the .PagingMaxWidth property for a Paging Cycle with a Tag Name of PagingCycle1 to 25:

PagingCycle1.PagingMaxWidth = 25

 

Note: This Application property applies to PROIV Open Client only.

Comment on this topic

Topic ID: 510160

 
 
 

Table of Contents

Index

Glossary

-Search-

Back