Datasnap.DSService.TDBXRequestFilterFactory.GetAllWithField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetAllWithField(FieldName: string; List: TObjectList<TDBXRequestFilter>);

C++

void __fastcall GetAllWithField(System::UnicodeString FieldName, System::Generics::Collections::TObjectList__1<TDBXRequestFilter*>* List);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSService.pas
Datasnap.DSService.hpp
Datasnap.DSService TDBXRequestFilterFactory

Description

Creates a list with all the filters that have a field with the specified name.

The GetAllWithField method adds to the list specified as parameter all the registered filters that have a field with the name given through FieldName.

See Also