[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsqltree.pp line 409
| type TSQLAggregateFunctionExpression = class(TSQLExpression) | 
| public | 
| destructor Destroy; override; | 
| function GetAsSQL(); override; | 
| property Aggregate: TSQLAggregateFunction; [rw] | 
| property Expression: TSQLExpression; [rw] | 
| property Option: TSQLAggregateOption; [rw] | 
| end; | 
| | | 
| | | 
| | | 
| TObject |