[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
TObject |