mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-09 21:29:03 +02:00
* Introduce less generic name for use in IDE
This commit is contained in:
parent
b4e72f8675
commit
c1179cf6f5
@ -184,6 +184,8 @@ Type
|
||||
Property OnUnexpectedError : TRPCUnexpectedErrorCallback Read FOnUnexpectedError Write FOnUnexpectedError;
|
||||
end;
|
||||
|
||||
TPas2jsRPCClient = Class(TRPCClient); // For IDE support...
|
||||
|
||||
{ TRPCCustomService }
|
||||
|
||||
// Result callback types for all supported types
|
||||
|
Loading…
Reference in New Issue
Block a user