![]() | Products |
| Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Function and Procedure Reference » CreateObject |
function CreateObject(const ObjectLiteral: String): <External Object Instance>
type
external TMyExternalObject emit MyJSAPI.MyExternalObject = class
public
property Name: String read write;
end;
var
TempObject: TMyExternalObject;
begin
TempObject := TMyExternalObject(CreateObject('{ Name: ''My External Object'' }'));
endThis web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

