Back to Devexpress

TdxBackendCustomParameters<T>.ParamByName Property

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

latest1.0 KB
Original Source

TdxBackendCustomParameters<T>.ParamByName Property

Returns the stored parameter with the specified name.

Declaration

delphi
property ParamByName[const AName: string]: T read; default;

Property Value

TypeDescription
T

The parameter with the name matching the AName parameter value.

The function returns nil (in Delphi) or nullptr (in C++Builder) if the collection contains no parameter with the name that matches the AName parameter value.

|

See Also

TdxBackendCustomParameters<T> Class

TdxBackendCustomParameters<T> Members

dxBackend.Parameters Unit