Unit 'fpjson.schema.pascaltypes' Package
[Overview][Types][Classes][Index] [#fcl-jsonschema]

TPascalPropertyData

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

Declaration

Source position: fpjson.schema.pascaltypes.pp line 70

type TPascalPropertyData = class(TObject)

public

  constructor Create();

  destructor Destroy; override;

  property SchemaName: string; [rw]

  property PascalName: string; [rw]

  property TypeNames []: string; [rw]

  property PropertyType: TPropertyType; [rw]

  property EnumValues: TStrings; [rw]

  property PascalTypeName: string; [rw]

  property ElementType: TPropertyType; [rw]

  property ElementTypeName: string; [rw]

  property ElementTypeNames []: string; [rw]

  property TypeData: TPascalTypeData; [rw]

  property Schema: TJsonSchema; [rw]

end;

Inheritance

TPascalPropertyData

|

TObject


Documentation generated on: 2025-07-25