Adds a sub parameter to a parameter in a given block. Works only with parameters that have a widget of the type table or combobox. Works only with inline blocks. Super blocks
are inlined blocks.
Executes the callback script for a buttonParameter within block. Only works with parameters of the type button. Works with inline blocks. Super blocks are inlined blocks.
Saves a parameters tab of the dialog box of a given block. Must be saved as .png, .jpg, or .jpeg. Block must be inline. This means the block is not included in the library system.
Sets the callback parameter for the button, buttonName, within block. The callback is ran while the button is shown. Works with inline blocks. Super blocks are inlined blocks.
Sets the buttonImage for a parameter within block. Works only with parameters with the widget editor or uneditor. Works only with inline blocks. Super blocks are inlined blocks.
Sets a shortDescription for a buttonParameter within block. Only works with parameters with the widget type button. Works with inline blocks. Super blocks are inlined blocks.
Sets the dimension for a parameter within block. Used for parameters with the type of matrix. Works with inline blocks. Super blocks are inlined blocks.
Sets the buttonImage for a parameter within block. Works only with parameters with the widget editor or uneditor. Works only with inline blocks. Super blocks are inlined blocks.
Sets the buttonText for a parameter within block. Works only with parameters with the widget editor or uneditor. Works only with inline blocks. Super blocks are inlined blocks.
Sets a parameter within block to be enabled based on the variable enable. Enable can be a boolean or a string. Only works on inlined blocks. Super blocks are inline blocks.
Sets the rowSize for a parameter within block. Works only with parameters that have the widget type table. Works with inline blocks. Super blocks are inlined blocks.
Sets the script for post callback for a block, which will happen after pressing ok on the dialog box. Works with inline blocks. Super blocks are inlined blocks.
Sets the script for pre callback for a block, which will happen before showing the parameters dialog box. Works with inline blocks. Super blocks are inlined blocks.
Sets a description for a parameter within block. This should contain useful information on how to use the block's parameter's valid options. Works with inline blocks. Super
blocks are inlined blocks.
Sets the validValues for a parameter within block. Works for parameters with widgets of the type listbox, checkbox, comboboxelement, radiobuttonelement.
Sets the value for a parameter using an editor from block. The variable value can be different types depending on what the parameter that is being set is.
bdeAddBlockButtonParameter
Adds buttonParameterName with the value, buttonValue, to the tab sectionName within block. Works with inline blocks. Super blocks are inlined blocks.
bdeAddBlockSubParameter
Adds a sub parameter to a parameter in a given block. Works only with parameters that have a widget of the type table or combobox. Works only with inline blocks. Super blocks are inlined blocks.
bdeAddBlockTextParameter
Adds a text parameter for block. Works only with inline blocks. Super blocks are inlined blocks.
bdeDisableBlockParameter
Disables a parameter within block. Works with inline blocks. Super blocks are inlined blocks.
bdeEnableBlockParameter
Enables a parameter within block. Works with inline blocks. Super blocks are inlined blocks.
bdeExecuteBlockParameterButtonCallback
Executes the callback script for a buttonParameter within block. Only works with parameters of the type button. Works with inline blocks. Super blocks are inlined blocks.
bdeGetBlockParameterButtonCallback
Returns the callback of buttonParameter in a given block. This is ran while the button is shown in the user interface.
bdeGetBlockParameterColumnDefaultValue
Returns the value of the subparameter column in a given block. This only works with parameters of the type table.
bdeSaveBlockParametersTabAsImage
Saves a parameters tab of the dialog box of a given block. Must be saved as .png, .jpg, or .jpeg. Block must be inline. This means the block is not included in the library system.
bdeSetBlockParameterButtonCallback
Sets the callback parameter for the button, buttonName, within block. The callback is ran while the button is shown. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterButtonDescription
Sets a description for a button, buttonParameterName, within block. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterButtonEnable
Sets the enabled flag for the button, buttonName, within block. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterButtonImage
Sets the buttonImage for a parameter within block. Works only with parameters with the widget editor or uneditor. Works only with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterButtonTooltip
Sets a shortDescription for a buttonParameter within block. Only works with parameters with the widget type button. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterButtonValue
Sets a buttonValue for a button, buttonParameterName, within block. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterCallback
Sets the callback script for parameter in a given block. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterColumnDefaultValue
Sets a buttonValue for a button, buttonParameterName, within block. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterDescription
Sets a short description for a parameter within block. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterDimension
Sets the dimension for a parameter within block. Used for parameters with the type of matrix. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterEditorButtonImage
Sets the buttonImage for a parameter within block. Works only with parameters with the widget editor or uneditor. Works only with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterEditorButtonText
Sets the buttonText for a parameter within block. Works only with parameters with the widget editor or uneditor. Works only with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterEnable
Sets a parameter within block to be enabled based on the variable enable. Enable can be a boolean or a string. Only works on inlined blocks. Super blocks are inline blocks.
bdeSetBlockParameterRowSize
Sets the rowSize for a parameter within block. Works only with parameters that have the widget type table. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParametersEditorCurrentFieldValue
Sets the value for a subparameter using an editor. The variable value can be different types depending on what the parameter that is being set is.
bdeSetBlockParametersPostCallback
Sets the script for post callback for a block, which will happen after pressing ok on the dialog box. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParametersPreCallback
Sets the script for pre callback for a block, which will happen before showing the parameters dialog box. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterTextTooltip
Sets a description for a textParameter within block. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterTextValue
Sets the paramValue for a textParameter in block. Works only with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterTooltip
Sets a description for a parameter within block. This should contain useful information on how to use the block's parameter's valid options. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterType
Sets the paramType for a parameter within block. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterValidValues
Sets the validValues for a parameter within block. Works for parameters with widgets of the type listbox, checkbox, comboboxelement, radiobuttonelement.
bdeSetBlockParameterValue
Sets the value for a parameter using an editor from block. The variable value can be different types depending on what the parameter that is being set is.
bdeSetBlockParameterVisibility
Sets the visibility of parameter within block. Works with inline blocks. Super blocks are inlined blocks.
bdeSetBlockParameterWidget
Sets the type of widget for a parameter within block. Works with inlined blocks. All super blocks are inline blocks.