Skip to main content

TcxDBProviderDetailFilterAdapter.SetFilter(TDataSet,string,Variant,Boolean,Boolean) Method

Declaration

procedure SetFilter(ADataSet: TDataSet; const AMasterDetailKeyFieldNames: string; const AMasterDetailKeyValues: Variant; AIsSQLMode: Boolean; var AReopened: Boolean); virtual;

Parameters

Name Type
ADataSet TDataSet
AMasterDetailKeyFieldNames string
AMasterDetailKeyValues Variant
AIsSQLMode Boolean
AReopened Boolean
See Also