mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-24 02:09:07 +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;
|
Property OnUnexpectedError : TRPCUnexpectedErrorCallback Read FOnUnexpectedError Write FOnUnexpectedError;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
TPas2jsRPCClient = Class(TRPCClient); // For IDE support...
|
||||||
|
|
||||||
{ TRPCCustomService }
|
{ TRPCCustomService }
|
||||||
|
|
||||||
// Result callback types for all supported types
|
// Result callback types for all supported types
|
||||||
|
Loading…
Reference in New Issue
Block a user