Difference between revisions of "FMWrapper Framework"
From FM Plugin Wikipedia
(→Size();) |
|||
Line 11: | Line 11: | ||
---- | ---- | ||
− | + | =dataVect= | |
− | =Size();= | + | ===dataVect.Size();=== |
Returns the number of parameters passed in the function call by the user. [[dataVect.Size()]] | Returns the number of parameters passed in the function call by the user. [[dataVect.Size()]] | ||
− | =AtAsText(index);= | + | ===dataVect.AtAsText(index);=== |
− | Returns the parameter as a fmx::TextPtr for the 'index' parameter. [ | + | Returns the parameter as a fmx::TextPtr for the 'index' parameter. [[dataVect.AtAsText()]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:52, 7 July 2007
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.
dataVect
dataVect.Size();
Returns the number of parameters passed in the function call by the user. dataVect.Size()
dataVect.AtAsText(index);
Returns the parameter as a fmx::TextPtr for the 'index' parameter. dataVect.AtAsText()