[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpcgdbcoll.pp line 39
| type TDBCollOptions = class(TClassCodeGeneratorOptions) | 
| public | 
| constructor Create; override; | 
| procedure Assign(); override; | 
| function CreateLoader; | 
| function UseFieldMap; | 
| function CreateArrayProperty; | 
| function CreateAssign; | 
| published | 
| property ClassOptions: TClassOptions; [rw] | 
| property ListAncestorName: string; [rw] | 
| property ListClassName: string; [rw] | 
| property MapAncestorName: string; [rw] | 
| property MapClassName: string; [rw] | 
| property ArrayPropName: string; [rw] | 
| property AncestorClass: string; | 
| end; | 
| | | 
| | | 
| | | 
| TObject |