vcl-dxdashboard-dot-parameters.md
A dashboard parameter.
TdxDashboardParameter = class(
TdxBackendCustomParameter
)
A dashboard parameter is a dynamic value that can replace constants in expressions, calculated fields, etc.
The list below outlines key members of the TdxDashboardParameter class. These members allow you to configure dashboard parameters.
AllowNullSpecifies if an empty field is interpreted as a Null or empty string value.DataTypeReturns the parameter data type.DescriptionReturns the parameter’s description defined in the UI.Enabled | VisibleSpecify if the parameter editor is visible and enabled in the UI.IsMultiValueParameterIdentifies if the parameter uses multiple values accessible through the Values property.NameReturns the parameter’s unique name defined in the UI.Value | ValuesProvide access to parameter values.
View Example: Pass a Hidden Dashboard Parameter to a SQL Query
The following public API members reference a TdxDashboardParameter object:
TdxDashboardParameters.FindParamReturns the stored parameter with the specified name.TdxDashboardParameters.ItemsProvides indexed access to all parameters stored in the collection.TdxDashboardParameters.ParamByNameReturns the stored parameter with the specified name.
TObject TPersistent TCollectionItem TdxBackendCustomParameter TdxDashboardParameter
See Also