FMWrapper Framework

From FM Plugin Wikipedia
Jump to: navigation, search

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);