Having clause in select statement was represented by 2 properties:
- HavingClauseText, this is the string representation, you can fetch or set having clause directly by using this property.
- HavingClause, which is type of TLzCustomExpression, this property includes detailed information about having clause. Please check "How to use expression" for more.
You can check following demos shipped together with this component to find out more information about how to work with expression
- visitexpression