Delphi开发的高质量商业及开源应用软件列表 DELPHI开发的高质量商业及开源应用软件列表已增长到难以管理的规模。有许多条目自称引人注目,但我个人从未听说过。这里列出的许多应用程序不再存在或不再用Delphi编写,并且许多链接都无处可寻。 该列表应该经过验证和更新,或者完全删除。由于我没有看到任何活动,因此后者可能是...
It is available where the Context property is available. Obviously is not available in the OnBeforeRouting middleware events. ⚡ Added ObjectPool and IntfObjectPool (and related unit tests). Thanks to our sponsor Vivaticket S.p.A. ⚡ Method procedure Render(const AErrorCode: Integer; const...
function TChromiumCore.CreateBrowser(aParentHandle : TCefWindowHandle; aParentRect : TRect; const aWindowName : ustring = ''; const aContext : ICefRequestContext = nil; const aExtraInfo : ICefDictionaryValue = nil; aForceAsPopup : boolean = False) : boolean; overload; virtual; ...
TIdIOHandlerSocket TIdSSLIOHandlerSocket TIdIOHandlerStream TIdIOHandlerThrottle TIdIPMCastBase TIdIPMCastClient TIdIPMCastServer TIdIPWatch TIdMessageDecoder TIdMessageDecoderMIME TIdMessageDecoderUUE TIdMessageEncoder TIdMessageEncoderMIME TIdMessageEncoderUUEBase TIdMessageEncoderUUE TIdMessageEncoderXXE TIdRawBase TId...
125 = Peer tried to connect using older SSL 2.0 protocol version. 126 = TLS Pin Set Mismatch. 127 = TLS 1.3 handshake error. top Connection procedure CkHttp_getConnection(objHandle: HCkHttp; outPropVal: HCkString); stdcall;procedure CkHttp_putConnection(objHandle: HCkHttp; newPropVal: ...
WebModuleCreate(Sender: TObject); begin FMVC := TMVCEngine.Create(Self, procedure(Config: TMVCConfig) begin //configuration code end); FMVC.AddController(TMyController); FMVC.OnWebContextCreate( procedure(const CTX: TWebContext) begin CTX.CustomIntfObject := TServicesFactory.Create; //...
(User); end; procedure TUsersController.UpdateUser(id: Integer); var User: TUser; begin User := Context.Request.BodyAs<TUser>; UpdateUser(id, User); Render(User); end; procedure TUsersController.CreateUser; var User: TUser; begin User := Context.Request.BodyAs<TUser>; CreateUser(...
开源的FastMM,使用很简单,在工程的第一行引用FastMM4即可(注意,一定要在第一个Uses的位置),可以在调试程序时提示内存泄露情况,还可以生成报告。 在Delphi2007以后版本中,使用更加简单,只需要在工程开始的位置加上语句: ReportMemoryLeaksOnShutdown := True;就可以了,并且在运行时不会出现提示。如果想要生成文件报...
"The best framework for creating web servers with Delphi! It is very easy to create Delphi servers and publish APIs and Rest resources. Congratulations to Daniele Teti and all the staff for the excellent work!" -- Marcos N.We started the process of migrating our systems to micro services ...
The hash algorithm to be used when creating the CSR. The default is SHA256. Can be set to SHA1, SHA384, SHA256, or SHA512. See the notes about PWideChar memory ownership and validity. top LastErrorHtml procedure CkCsr_getLastErrorHtml(objHandle: HCkCsr; outPropVal: HCkString); ...