Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Type Definition

Library/Class:

WinAPIWrapper



pbar_elements As ,

pbar_elements is a public type definition used by the progress bar feature to store the details of a particular progress bar instance.

Public Type pbar_elements

    percent As Long
    maxval As Long
    curval As Long
    line1 As String
    line2 As String
End Type

percent Current percent value / position of the progress bar.
maxval Maximum value of the progress bar; usually 100(%).
curval Current value of the progress bar; if maxval is 100(%) then curval is identical to percent.
line1 Upper text line of progress bar window.
line2 Lower text line of progress bar window.
 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024