The IUiMetabaseObjectParams interface contains properties and methods of the UiMetabaseObjectParams development environment component.
Property name | Brief description | |
IsDefault | The IsDefault property determines whether the values of parameters set by default are used during the opening of object. | |
ParamControl | The ParamControl property determines the connection of parameters with control elements. | |
UiObject | The UiObject property determines the component connected with repository object, parameters of which should be controlled. |
Property name | Brief description | |
The ComponentCount property returns the number of child components, located on the parent component. | ||
The Components property returns a child component, the index of which is passed via the input parameter. | ||
The Data property is used to store any custom data. | ||
The Name property determines the component name. | ||
The Tag property is not used by the compiler. The user can change the value of this property and use it at his discretion. |
Method name | Brief description | |
CollectValues | The CollectValues method implements the specified action with the values of parameters. | |
RemoveParamControl | The RemoveParamControl method deletes specified control element binding to the object parameter. | |
ResetParamControls | The ResetParamControls method resets the control elements binding for all parameters. |
See also: