JVCL Help:TJvGridFilter.Filter
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvGridFilter.Filter Method
[+] TJvGridFilter Methods
[+] TJvGridFilter Properties
Search in JVCL Help
Search in all projectsSummary
Set and apply the filter
Pascal
procedureFilter(constAFilter: string);
Parameters
Parameters | Description |
const AFilter: string | the filter to apply |
Description
The filters need to be in this format: [column name] op "value" [column name] op "value" ... where "column name" is the value of one column on the first row op is one from the following operator: = <> > < like
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page