AppendParam – PB Docs 2019
AppendParam PowerScript function Description Appends the parameter to the request for Extension Grant only. Applies to TokenRequest objects Syntax
1 |
objectname.AppendParam ( string param, string value ) |
Argument Description objectname A reference to the TokenRequest object in which you want to append the parameter. param A string specifying the parameter name. value A string specifying the parameter value. Return value Integer. Returns…
AnimationTime – PB Docs 2019
AnimationTime property for PowerScript controls Applies to Window controls Description Specifies the time in milliseconds that an opening or closing animation effect associated with a window takes to complete. Usage Use the AnimationTime property to control the number of milliseconds an opening or closing animation takes to execute. The value must be a positive integer…
Animation control – PB Docs 2019
Animation control Animation controls can display Audio-Video Interleaved (AVI) clips that come from an uncompressed AVI file or from an AVI file compressed using run-length encoding (BI_RLE8). Properties Animation property Datatype Description AccessibleDescription String A description of the control and/or its purpose for use by accessibility tools such as readers for visually impaired users. AccessibleName…
AppDriverName – PB Docs 2019
AppDriverName database parameter Description Allows you to set your own client driver name for the Oracle database connection. Applies to ORA Oracle (for 11g and later) Syntax
1 |
AppDriverName =value |
Parameter Description value Specifies the name of the driver to use for an Oracle database connection. Default value None. Usage The maximum length of the name is…
Adding and deleting TreeView levels – PB Docs 2019
Adding and deleting TreeView levels You add and delete TreeView levels using the Rows menu in the DataWindow painter. To create an additional level in a TreeView DataWindow: Open the TreeView DataWindow if it is not already open. Select Rows>Create TreeView Level from the menu bar. The Specify Group Columns dialog box displays. Specify the…
AnimationName – PB Docs 2019
AnimationName property for PowerScript controls Applies to Animation controls Description Specifies the name of the AVI file that contains the animation to be associated with the Animation control. The AVI file must be an uncompressed file or a file compressed using run-length encoding (BI_RLE8). You cannot use an AVI file that has a sound channel;…
Alignment – PB Docs 2019
Alignment property for PowerScript controls Applies to Controls that display text Description For most controls that display text, the alignment property specifies the alignment of all the text in the control. Text can be centered, left aligned, or right aligned. For RichTextEdit controls, each paragraph has its own alignment setting, including Center, Left, Right, and…
AddData – PB Docs 2019
AddData PowerScript function Contents Syntax 1: For all graph types except scatter Syntax 2: For scatter graphs Adds a value to the end of a series of a graph. The syntax you use depends on the type of graph. To add data to Use Any graph type except scatter Syntax 1 Scatter graphs Syntax 2…
AddMasterSeparatorItem – PB Docs 2019
AddMasterSeparatorItem PowerScript function Description Adds a menu separator to the master menu of the application menu. Applies to RibbonApplicationMenu controls Syntax
1 |
controlname.AddMasterSeparatorItem ( { Long ParentIndex } ) |
Argument Description controlname The name of the RibbonApplicationMenu control into which you want to insert a menu separator. ParentIndex The index of the menu item (RibbonMenuItem) into which you want to insert a…
AllowEdit – PB Docs 2019
AllowEdit property for PowerScript controls Applies to DropDownListBox, DropDownPictureListBox, DatePicker, and RibbonComboBoxItem controls Description When AllowEdit is enabled in a drop-down list, the user can edit the selection in the text box of the control. If AllowEdit is not enabled, the user can only make a selection from the list and cannot edit the selection….