Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Creates a new object and invokes constructor.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Java | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
ClassName | The name of the java class. | "com.mbs.test" | |
ConstructorName | The name of the constructor. | "test" | |
Signature | The java signature of the method. This describes the parameter types. |
"()" | |
Params... | The parameters to pass. Pass one parameter in FileMaker for each parameter to pass. |
Optional |
Returns object reference or error.
Create a new test object with default constructor:
MBS( "Java.NewClassObject"; "test"; "<init>"; "()V")
Created 2nd October 2016, last changed 5th June 2021
Java.Initialized - Java.ObjectClassName
Feedback: Report problem or ask question.