mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 02:45:58 +02:00
pas2js: docs: fixed typo
git-svn-id: trunk@38712 -
This commit is contained in:
parent
5140e1b022
commit
bb13e36c80
@ -1618,7 +1618,7 @@ function(){
|
|||||||
A class implementing interfaces has a variable <i>$intfmaps</i>, which has
|
A class implementing interfaces has a variable <i>$intfmaps</i>, which has
|
||||||
for each implemented GUID a map or delegator function. A map
|
for each implemented GUID a map or delegator function. A map
|
||||||
is a JS instance of the interfacetype plus a for each method name a
|
is a JS instance of the interfacetype plus a for each method name a
|
||||||
function to call the class method. Here is an example map of <i>IUknown</i> of
|
function to call the class method. Here is an example map of <i>IUnknown</i> of
|
||||||
<i>TInterfacedObject</i>:<br>
|
<i>TInterfacedObject</i>:<br>
|
||||||
<pre>
|
<pre>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user