Purpose


Allows you to select the data filtering condition when using this component together with the button with the "Search" action.



Description


The following filters are available


 Value

 Description

 =

 Exact date match.

 >

 Greater than.

 >=

 Greater than equal to.

 <

 Less than.

 <=

 Less than equal to.



Example


Let's say you need to output records for a certain period. To do this, place two DateTimePicker components on the form, select ">=" for the Filter property in one of them and "<=" in the other.


Do not forget to select these components in the settings of the button with the action "Search".