ExtCtrls > ExtCtrls Assembly Interfaces > IUiParams
The IUiParams interface contains properties and methods that are used to work with the collection of the UiQuery component parameters.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of parameters in the collection. |
![]() |
Item | The Item property returns the parameter, which index is passed as the input parameter. |
Method name | Brief description | |
![]() |
AddParam | The AddParam method adds the specified parameter to the collection. |
![]() |
CreateParam | The CreateParam method creates a parameter. |
![]() |
IsEqual | The IsEqual method compares the current parameters and parameters that are passed as an input value. |
![]() |
ParamByName | The ParamByName method addresses a parameter by its name. |
![]() |
RemoveParam | The RemoveParam method removes a parameter. |
See also: