Difference between revisions of "Calc Tips"

From FM Plugin Wikipedia
Jump to: navigation, search
(New page: {| align="right" | __TOC__ |} This page is about editing and working with Data passed from FileMaker to your plugin. =Calc Public Functions= *ulong Size () const *[[void Clear ()...)
 
(Added ExprEnv class methods)
Line 5: Line 5:
 
This page is about editing and working with Data passed from FileMaker to your plugin.
 
This page is about editing and working with Data passed from FileMaker to your plugin.
  
=Calc Public Functions=
+
=DataVect Public Functions=
 
*[[ulong Size () const]]
 
*[[ulong Size () const]]
 
*[[void Clear ()]]
 
*[[void Clear ()]]
Line 22: Line 22:
  
  
 +
=ExprEnv Public Functions=
 +
*[[errcode Evaluate ( const Text &expression, Data &result ) const]]
 +
*[[errcode ExecuteSQL ( const Text &expression, Data &result, ushort colSep, ushort rowSep ) const]]
 +
*[[errcode RegisterExternalFunction ( const QuadChar &pluginId, short functionId, const Text &functionName, const Text &functionPrototype, short minArgs, short maxArgs, ulong typeFlags, ExtPluginType funcPtr )]]
 +
*[[errcode UnRegisterExternalFunction ( const QuadChar &pluginId, short functionId )]]
 +
*[[operator delete ( void *obj )]]
  
  
 
=Example Calc Functions=
 
=Example Calc Functions=

Revision as of 05:03, 14 August 2007

This page is about editing and working with Data passed from FileMaker to your plugin.

DataVect Public Functions


ExprEnv Public Functions


Example Calc Functions