文件名称:DelpliRestORM:Delphi Rest Orm - 在简单而强大的 ORM 上查询 WebService
文件大小:127KB
文件格式:ZIP
更新时间:2024-06-18 19:25:20
Pascal
DelpliRestORM Delphi Rest Orm - 在简单而强大的 ORM 上查询 WebService 语法示例 type TPerson = class private ... FAddress: string; ... published ... property Address: string read FAddress write FAddress; ... end ; // Make the GET- requeest to a webservice, singin using basic authentication, and then parses the result into a type strong ObjecttList. var Persons: TObjectList<TPerso
【文件预览】:
DelpliRestORM-main
----RestServer()
--------.vs()
--------Demo Data()
--------RestServer.sln(1KB)
--------RestServer()
----Demo()
--------Demo.res(109KB)
--------MainU.dfm(528B)
--------PersonU.pas(2KB)
--------Demo.dpr(940B)
--------Pkg.Json.DTO.pas(6KB)
--------MainU.pas(3KB)
--------Demo.dproj(44KB)
--------RootU.pas(2KB)
----LICENSE(11KB)
----ORM()
--------DelphiRestOrm.ORM.IRequest.pas(10KB)
--------Helpers()
--------DelphiRestOrm.ORM.Response.pas(3KB)
--------DelphiRestOrm.ORM.Request.pas(13KB)
----.gitignore(2KB)
----README.md(2KB)