PEditName
(Dialog Library)
Description: |
An edit field for setting tag names. This module draws an edit field that is to be connected to the name of a tag. Should be used by all tag ConfigFolder modules for setting the name parameter.
|
Returns: | Nothing |
Usage: | Steady State only. |
Function Groups: | Graphics |
Related to: | GUITransform | PAddressEntry | PAlmPriority | PAreaSelect | PCheckBox | PColorEdit | PColorSelect | PContributor | PDroplist | PEditField | PFileChooser | PHSliderBar | PHueSelect | PImageSelect | PIPAddressList | PIPListenerGroup | PMultiCheckBox | PPageSelect | PPhraseEdit | PRadioButtons | PSecBit | PSelectObject | PServerListName | PSpinbox | PTimeZone | PTypeToggle | SiteDispParms |
Format: | \DialogLibrary.PEditName(Trigger[, DrawBevel, Title, ID]) |
Parameters: |
Trigger |
Required. Set when the name variable is changed. |
DrawBevel |
Optional Boolean expression that when set to TRUE, causes a bevel to be drawn around the control. |
Title |
Optional. Any text that you would like display as the title of the edit field. Defaults to "Name". |
ID |
Optional. Any numeric expression providing the Focus ID of the edit field. Defaults to 1. |
Comments: |
This module is a member of the VTScada Dialog Library and must therefore be called from within a GUITransform and prefaced by \DialogLibrary.. Usual height: 45 pixels. |
Example:
{***** Name of the tag *****} GUITransform(30, 90, 470, 45, 1, 1, 1, 1, 1 { No scaling }, 0, 0, 1, 0 { No movement. Visible. Reserved}, 0, 0, 0 { Not selectable }, \DialogLibrary.PEditName(Trigger));