Difference between revisions of "FMWrapper Framework"

From FM Plugin Wikipedia
Jump to: navigation, search
Line 1: Line 1:
{| align="left"
+
{| align="right"
 
   | __TOC__
 
   | __TOC__
 
   |}
 
   |}

Revision as of 00:03, 8 July 2007

These pages are about the FM Wrapper Framework which is supplied by FileMaker and must be included in order to compile plugins for FileMaker


It should be noted, that the FMWrapper.framework itself cannot be published on the internet for others to download or view as you will be in breach of the FMI license agreement.


dataVect

dataVect.Size();

  • Returns the number of parameters passed in the function call by the user. dataVect.Size()

dataVect.AtAsText(index);