The UiMetabaseObjectParams class implements the UiMetabaseObjectParams development environment component used to control values of repository objects parameters, access to which is allowed by the corresponding components (UiDimension, UiErAnalyzer, UiModel, UiReport, UiWorkspaceObject).
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 | |
ComponentCountComponentCount |
The ComponentCount property returns the number of child components, located on the parent component. | |
ComponentsComponents |
The Components property returns a child component, the index of which is passed via the input parameter. | |
DataData |
The Data property is used to store any custom data. | |
NameName |
The Name property determines the component name. | |
TagTag |
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: