Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetTextDisplayNameValueVisible

dbSetTextDisplayNameValueVisible( 
d_tdId
g_isNameVisible
g_isValueVisible
)
=> t / nil

Description

Sets the isNameVisible and the isValueVisible flags. The isNameVisible flag sets the text display name visibility. When this flag is set to true, the name of the text display will be visible. The isValueVisible flag sets the text display value visibility. When this flag is set to true, the value of the text display will be visible.

Arguments

d_tdId

The textDisplay ID.

g_isNameVisible

The isNameVisible flag, sets name visibility.

g_isValueVisible

The isValueVisible flag, sets value visibility.

Value Returned

t

The flags are set successfully.

nil

An error occurred during execution.

Related Topics

Database Access Function Argument Types

Object Creation and Retrieval Functions


Return to top
 ⠀
X