Difference between revisions of "FMWrapper Framework"
From FM Plugin Wikipedia
Line 10: | Line 10: | ||
− | =Files= | + | =FmWrapper Framework Header Files= |
* BinaryData : functions for handling files, images, sounds, etc passed to your plugin. ref: [[Binary_Tips]] | * 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]] | * CalcEngine : functions for handling data between FileMaker and your Plugin. ref: [[Calc_Tips]] | ||
+ | * Client : exception handling structures. No function definitions | ||
+ | * Data : functions for converting data for returning back to FileMaker. ref: [[Data_Tips]] | ||
+ | * Date & Time : functions for handling dates, times & timestamps. ref: [[Date_and_Time_Tips]] | ||
+ | * Extern : global definitions for managing data from FileMaker | ||
+ | * FixPt : functions for handling numbers. ref: [[FixPt_Tips]] | ||
+ | * Text : functions for handling text. ref: [[Text_Tips]] | ||
+ | * TextStyle : functions for modifying text formatting. ref: [[Text_Style_Tips]] | ||
+ | * Types : ref: [[Types_Tips]] |
Revision as of 00:30, 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.
FmWrapper Framework Header 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
- Client : exception handling structures. No function definitions
- Data : functions for converting data for returning back to FileMaker. ref: Data_Tips
- Date & Time : functions for handling dates, times & timestamps. ref: Date_and_Time_Tips
- Extern : global definitions for managing data from FileMaker
- FixPt : functions for handling numbers. ref: FixPt_Tips
- Text : functions for handling text. ref: Text_Tips
- TextStyle : functions for modifying text formatting. ref: Text_Style_Tips
- Types : ref: Types_Tips