[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsqltree.pp line 73
type TSQLElement = class(TObject) |
public |
constructor Create(); virtual; |
destructor destroy; override; |
function GetAsSQL(); virtual; abstract; |
property Parent: TSQLElement; [r] |
property Source: string; [rw] |
property SourceLine: Integer; [rw] |
property SourcePos: Integer; [rw] |
end; |
| |
TObject |