Difference between revisions of "FMWrapper Framework"

From FM Plugin Wikipedia
Jump to: navigation, search
Line 10: Line 10:
  
  
=dataVect=
+
=Files=
===dataVect.Size();===
+
* BinaryData : functions for handling files, images, sounds, etc passed to your pluginref: [[Binary_Tips]]
* Returns the number of parameters passed in the function call by the user.  [[dataVect.Size()]]
+
* CalcEngine : functions for handling data between FileMaker and your Plugin. ref: [[Calc_Tips]]
 
 
===dataVect.AtAsText(index);===
 
* Returns the parameter as a fmx::TextPtr for the 'index' parameter. [[dataVect.AtAsText()]]
 

Revision as of 00:21, 12 July 2007

Contents

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.


Files

  • BinaryData : functions for handling files, images, sounds, etc passed to your plugin. ref: Binary_Tips
  • CalcEngine : functions for handling data between FileMaker and your Plugin. ref: Calc_Tips