This module contains variables and classes which originate from compiled Delphi code, rather than JavaScript.
Most variables and classes' declarations are created via an automatic parser which translates Delphi code into TypeScript. Some methods' parameter/return type annotations
cannot be automatically inferred, so they are declared as myFunc(...params: any[]): Promise<any> / myFunc(...params: any[]): any.
If there are methods which you need clarification on, please note it in the developer forum
and we will manually update the documentation on those methods ASAP.
This module contains variables and classes which originate from compiled Delphi code, rather than JavaScript.
Most variables and classes' declarations are created via an automatic parser which translates Delphi code into TypeScript. Some methods' parameter/return type annotations cannot be automatically inferred, so they are declared as
myFunc(...params: any[]): Promise<any>
/myFunc(...params: any[]): any
.If there are methods which you need clarification on, please note it in the developer forum and we will manually update the documentation on those methods ASAP.