Back to Devexpress

TdxBackendCustomParameters<T>.Items Property

vcl-dxbackend-dot-parameters-dot-tdxbackendcustomparameters-1-fd15dfcb.md

latest1.1 KB
Original Source

TdxBackendCustomParameters<T>.Items Property

Provides indexed access to all parameters stored in the collection.

Declaration

delphi
property Items[Index: Integer]: T read; write;

Property Value

TypeDescription
T

A backend client parameter.

|

Remarks

Pass an index as the Index parameter to access the corresponding parameter in the collection. Use the Count property to identify the number of parameters accessible through the Items property.

See Also

TdxBackendCustomParameters<T> Class

TdxBackendCustomParameters<T> Members

dxBackend.Parameters Unit