Difference between revisions of "FMWrapper Framework"
From FM Plugin Wikipedia
m (FMWrapper-url moved to FMWrapper Framework) |
|||
Line 10: | Line 10: | ||
− | = | + | =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]] |
− | |||
− | |||
− | * |
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