[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsqltree.pp line 402
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 |