Unit 'fpcgfieldmap' Package
[Overview][Types][Classes][Index] [#fcl-db]

TGenFieldMapOptions

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpcgfieldmap.pp line 38

type TGenFieldMapOptions = class(TClassCodeGeneratorOptions)

protected

  function GetMapAncestorName; virtual;

  function GetMapName; virtual;

  procedure SetMapAncestorName(); virtual;

  procedure SetMapClassName(); virtual;

  function GetParamMapAncestorName; virtual;

  function GetParamMapName; virtual;

  procedure SetParamMapAncestorName(); virtual;

  procedure SetParamMapClassName(); virtual;

public

  constructor Create; override;

  procedure Assign(); override;

  property MapAncestorName: string; [rw]

  property MapClassName: string; [rw]

  property ParamMapAncestorName: string; [rw]

  property ParamMapClassName: string; [rw]

  property ListParent: TListParent; [rw]

  property AncestorClass: string;

published

  property FieldMapOptions: TFieldMapOptions; [rw]

end;

Inheritance

TGenFieldMapOptions

|

TClassCodeGeneratorOptions

|

TCodeGeneratorOptions

|

TObject


Documentation generated on: 2025-07-25