The IUiParam interface contains properties and methods used to work with the UiQuery component parameter.
| Property name | Brief description | |
| AsBoolean | The AsBoolean property determines a parameter value in the Boolean format. | |
| AsChar | The AsChar property determines a parameter value in the Char format. | |
| AsDateTime | The AsDateTime property determines a parameter value in the DateTime format. | |
| AsDouble | The AsDouble property determines a parameter value in the Double format. | |
| AsInteger | The AsInteger property determines a parameter value in the Integer format. | |
| AsString | The AsString property determines a parameter value in the String format. | |
| DataType | The DataType property returns data type the parameter may contain. | |
| Index | The Index property determines the parameter index. | |
| IsNull | The IsNull property determines whether a parameter has a nonzero value. | |
| ParamName | The ParamName property determines the parameter name. | |
| Value | The Value property determines the parameter value. |
| Method name | Brief description | |
| AssignField | The AssignField method configures parameter properties according to the parameters of a specified field. | |
| AssignFieldValue | The AssignFieldValue method configures parameter value according to the parameters of a specified field. | |
| Clear | The Clear method clears parameter value. |
See also: