Cicode Programming Reference > Cicode Function Categories > Miscellaneous Functions Introduction > InfoForm

InfoForm

Displays graphics object information for the object under the mouse pointer. If there is no object directly under the mouse pointer, it displays information for the nearest object. Each tag associated with the object is displayed, along with its raw and engineering values and a button that displays the details from the Variable Tags form. The function also displays the Cicode expression, with any result that the expression has generated.

This function only supports the display of simple Cicode expressions.

Syntax

InfoForm(Mode)

Mode:

For security purposes, the Write button on the information form displayed by this function can be disabled.

0 - The Write button on the displayed information form will be available and will function normally.

1 - The Write button will not be shown.

If you omit the mode, the default mode is 0.

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

InfoFormAn

Example

System Keyboard

Key Sequence

AnHelp

Command

InfoForm();

Comment

Display graphics object help for the AN closest to the cursor

See Also

Miscellaneous Functions