[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpcgtiopf.pp line 70
type TTiOPFCodeGenerator = class(TDDClassCodeGenerator) |
procedure CreateListImplementation(); |
function BeginInit(); |
function BeginAcceptVisitor(); |
function BeginSetupParams(); |
function BeginMapRowToObject(); |
procedure DeclareObjectvariable(); |
protected |
procedure WriteListAddObject(); |
function CreateFieldPropDefs; override; |
function AllowPropertyDeclaration(); override; |
function GetInterfaceUsesClause; override; |
procedure WriteVisibilityStart(); override; |
procedure DoGenerateInterface(); override; |
procedure DoGenerateImplementation(); override; |
procedure CreateImplementation(); override; |
function NeedsConstructor; override; |
function NeedsDestructor; override; |
class function NeedsFieldDefs; override; |
function CreateOptions; override; |
procedure DoCreateListDeclaration(); virtual; |
public |
procedure CreateListDeclaration(); |
property TiOPFOptions: TTiOPFCodeOptions; [r] |
end; |
| |
| |
| |
TObject |