[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpddcodegen.pp line 366
type TCodeGenerators = class(TCollection) |
public |
function RegisterCodeGenerator(); |
procedure UnRegisterCodeGenerator(); |
function IndexOfCodeGenerator(); |
function FindCodeGenerator(); |
function ConfigureCodeGenerator(); |
function GeneratorByName(); |
property Generators []: TCodeGeneratorItem; default; [rw] |
end; |
| |
TObject |