Difference between revisions of "Data 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. =Data Public Functions= *bool IsEmpty () const *[[bool IsVali...)
 
 
Line 28: Line 28:
 
*[[void SetBinaryData ( const BinaryData &binaryData, bool forceBinaryNativeType = true )]]
 
*[[void SetBinaryData ( const BinaryData &binaryData, bool forceBinaryNativeType = true )]]
 
*[[void operator delete ( void *obj )]]
 
*[[void operator delete ( void *obj )]]
 +
 +
 +
 +
=Example Data Functions=

Latest revision as of 00:08, 12 July 2007

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

Data Public Functions


Example Data Functions